phone.groupParticipants#f47751b6 count:int participants:Vector<GroupCallParticipant> next_offset:string chats:Vector<Chat> users:Vector<User> version:int = phone.GroupParticipants;
Parameters
| Name | Type | Description |
| count |
int |
Total number of records, not the size of this page. |
| participants |
Vector<GroupCallParticipant> |
|
| next_offset |
string |
Offset for the next page — pass it back on the next call. |
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
| version |
int |
Object version. |
Type
phone.GroupParticipants
Related pages
Types used here