phone.groupCall
Contains info about a group call, and partial info about its participants.
type tg.PhoneGroupCall struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Call | GroupCallClass | yes | Info about the group call |
Participants | []GroupCallParticipant | yes | A partial list of participants. |
ParticipantsNextOffset | string | yes | Next offset to use when fetching the remaining participants using phone getGroupParticipants |
Chats | []ChatClass | yes | Chats mentioned in the participants vector |
Users | []UserClass | yes | Users mentioned in the participants vector |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
phone.groupCall#9e727aad