groupCallParticipantVideo
Info about a video stream
type tg.GroupCallParticipantVideo struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Paused | bool | — | Whether the stream is currently paused |
Endpoint | string | yes | Endpoint |
SourceGroups | []GroupCallParticipantVideoSourceGroup | yes | Source groups |
AudioSource | int | — | Audio source ID |
References
- Official documentation
- Generated Go reference
- TL definition:
groupCallParticipantVideo#67753ac8