Skip to content

inviteGroupCallParticipant

Function · TDLib 1.8.67 · d1085f9c

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

group_call_id

int32

Group call identifier

user_id

int53

User identifier

is_video

Bool

Pass true if the group call is a video call