GroupCall

---types---
phone.groupCall#9e727aad call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string chats:Vector<Chat> users:Vector<User> = phone.GroupCall

Belongs to

phone.GroupCall

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

Parameters

callGroupCallrequired
participantsVector<GroupCallParticipant>required
participants_next_offsetstringrequired
chatsVector<Chat>required
usersVector<User>required