diff --git a/data/corefork.telegram.org/constructor/phone.groupCall b/data/corefork.telegram.org/constructor/phone.groupCall deleted file mode 100644 index 8b0fa8fbf4..0000000000 --- a/data/corefork.telegram.org/constructor/phone.groupCall +++ /dev/null @@ -1,170 +0,0 @@ - - - - - phone.groupCall - - - - - - - - - - - - - -
- -
-
-
- -

phone.groupCall

- -

Contains info about a group call, and partial info about its participants.

-

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

-

Parameters

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
callGroupCallInfo about the group call
participantsVector<GroupCallParticipant>A partial list of participants.
participants_next_offsetstringNext offset to use when fetching the remaining participants using phone.getGroupParticipants
chatsVector<Chat>Chats mentioned in the participants vector
usersVector<User>Users mentioned in the participants vector
-

Type

-

phone.GroupCall

-

Related pages

-

phone.getGroupParticipants

-

Get group call participants

- -
- -
-
- -
- - - - - -