View Source ExTDLib.Method.InviteGroupCallParticipants (ExTDLib v0.0.4)
Invites users to an active group call. Sends a service message of type messageInviteVideoChatParticipants for video chats. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| user_ids | string | User identifiers. At most 10 users can be invited simultaneously. |
More details on telegram's documentation.