phone.groupParticipants
Info about the participants of a group call or livestream
type tg.PhoneGroupParticipants struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Number of participants |
Participants | []GroupCallParticipant | yes | List of participants |
NextOffset | string | yes | If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants. |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
Version | int | yes | Version info |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
phone.groupParticipants#f47751b6