Info about the participants of a group call or livestream
Constructor schema is available as of layer 125. Switch ยป
Name | Type | Description |
---|---|---|
count | int | Number of participants |
participants | Vector<GroupCallParticipant> | List of participants |
next_offset | string | 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 | Vector<Chat> | Mentioned chats |
users | Vector<User> | Mentioned users |
version | int | Version info |
Get group call participants