inviteGroupCallParticipant¶
Invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants
inviteGroupCallParticipant(
group_call_id: int32,
user_id: int53,
is_video: Bool
) → InviteGroupCallParticipantResult