invite_group_call_participant


Description:

public async InviteGroupCallParticipantResult invite_group_call_participant (int32 group_call_id, int64 user_id, bool is_video) throws TDLibError

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

Parameters:

group_call_id

Group call identifier

user_id

User identifier

is_video

Pass true if the group call is a video call