InviteGroupCallParticipants constructor

InviteGroupCallParticipants(
  1. {required int group_call_id,
  2. required List<int> user_ids,
  3. int? extra,
  4. int? clientId}
)

Invites users to an active group call. Sends a service message of type messageInviteVideoChatParticipants for video chats

Returns Ok

Implementation

InviteGroupCallParticipants