groupCall
Info about a group call.
type tg.GroupCall struct { /* ... */ }
Implements GroupCall.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
JoinMuted | bool | — | Whether the user should be muted upon joining the call |
CanChangeJoinMuted | bool | — | Whether the current user can change the value of the join_muted flag using phone toggleGroupCallSettings |
JoinDateAsc | bool | — | Specifies the ordering to use when locally sorting by date and displaying in the UI group call participants. |
ScheduleStartSubscribed | bool | — | Whether we subscribed to the scheduled call |
CanStartVideo | bool | — | Whether you can start streaming video into the call |
RecordVideoActive | bool | — | Whether the group call is currently being recorded |
RtmpStream | bool | — | Whether RTMP streams are allowed |
ListenersHidden | bool | — | Whether the listeners list is hidden and cannot be fetched using phone getGroupParticipants. The phone.groupParticipants.count and groupCall participants_count counters will still include listeners. |
Conference | bool | — | Whether this is an E2E conference call. |
Creator | bool | — | Whether we're created this group call. |
MessagesEnabled | bool | — | MessagesEnabled field of GroupCall. |
CanChangeMessagesEnabled | bool | — | CanChangeMessagesEnabled field of GroupCall. |
Min | bool | — | Min field of GroupCall. |
ID | int64 | yes | Group call ID |
AccessHash | int64 | yes | Group call access hash |
ParticipantsCount | int | yes | Participant count |
Title | string | — | Group call title |
StreamDCID | int | — | DC ID to be used for livestream chunks |
RecordStartDate | int | — | When was the recording started |
ScheduleDate | int | — | When is the call scheduled to start |
UnmutedVideoCount | int | — | Number of people currently streaming video into the call |
UnmutedVideoLimit | int | yes | Maximum number of people allowed to stream video into the call |
Version | int | yes | Version |
InviteLink | string | — | Invitation link for the conference. |
SendPaidMessagesStars | int64 | — | SendPaidMessagesStars field of GroupCall. |
DefaultSendAs | PeerClass | — | DefaultSendAs field of GroupCall. |
References
- Official documentation
- Generated Go reference
- TL definition:
groupCall#efb2b617