groupCallParticipant
Info about a group call participant
type tg.GroupCallParticipant struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Muted | bool | — | Whether the participant is muted |
Left | bool | — | Whether the participant has left |
CanSelfUnmute | bool | — | Whether the participant can unmute themselves |
JustJoined | bool | — | Whether the participant has just joined |
Versioned | bool | — | If set, and updateGroupCallParticipants.version < locally stored call.version, info about this participant should be ignored. If (...), and updateGroupCallParticipants version > call.version+1, the participant list should be refetched using phone getGroupParticipants. |
Min | bool | — | If not set, the volume and muted_by_you fields can be safely used to overwrite locally cached information; otherwise, volume will contain valid information only if volume_by_admin is set both in the cache and in the received constructor. |
MutedByYou | bool | — | Whether this participant was muted by the current user |
VolumeByAdmin | bool | — | Whether our volume can only changed by an admin |
Self | bool | — | Whether this participant is the current user |
VideoJoined | bool | — | Whether this participant is currently broadcasting video |
Peer | PeerClass | yes | Peer information |
Date | int | yes | When did this participant join the group call |
ActiveDate | int | — | When was this participant last active in the group call |
Source | int | yes | Source ID |
Volume | int | — | Volume, if not set the volume is set to 100%. |
About | string | — | Info about this participant |
RaiseHandRating | int64 | — | Specifies the UI visualization order of peers with raised hands: peers with a higher rating should be showed first in the list. |
Video | GroupCallParticipantVideo | — | Info about the video stream the participant is currently broadcasting |
Presentation | GroupCallParticipantVideo | — | Info about the screen sharing stream the participant is currently broadcasting |
PaidStarsTotal | int64 | — | PaidStarsTotal field of GroupCallParticipant. |
References
- Official documentation
- Generated Go reference
- TL definition:
groupCallParticipant#2a3dc7ac