phone.inviteToGroupCall

Invite a set of users to a video chat/livestream »; cannot be used for live stories » or conference calls ».

 Method schema is available as of layer 125. Switch »

Parameters

Name Type Description
call InputGroupCall The video chat/livestream »
users Vector<InputUser> The users to invite.

Result

Updates

Only users can use this method

Possible errors

Code Type Description
403 CHAT_TYPE_INVALID The specified user type is invalid.
403 GROUPCALL_FORBIDDEN The specified group call cannot be used in this context.
400 GROUPCALL_INVALID The specified group call is invalid.
400 INVITE_FORBIDDEN_WITH_JOINAS If the user has anonymously joined a group call as a channel, they can't invite other users to the group call because that would cause deanonymization, because the invite would be sent using the original user ID, not the anonymized channel ID.
400 USER_ALREADY_INVITED You have already invited this user.
403 USER_NOT_PARTICIPANT You're not a member of this supergroup/channel.

Related pages

Group calls

How to start, join and manage group calls and video chats.