GroupParticipants

---types---
phone.groupParticipants#f47751b6 count:int participants:Vector<GroupCallParticipant> next_offset:string chats:Vector<Chat> users:Vector<User> version:int = phone.GroupParticipants

Belongs to

phone.GroupParticipants

In Rust this constructor is a variant of the enums::phone.GroupParticipants enum.
Match on it with: if let enums::phone.GroupParticipants::GroupParticipants(v) = result { ... }

Parameters

countintrequired
participantsVector<GroupCallParticipant>required
next_offsetstringrequired
chatsVector<Chat>required
usersVector<User>required
versionintrequired