Link Search Menu Expand Document

Constructor: messageActionInviteToGroupCall

Back to constructors index

A set of users was invited to the group call

Attributes:

NameTypeRequiredDescription
callInputGroupCallYesThe group call
usersArray of longYesThe invited users

Type: MessageAction

Example:

$messageActionInviteToGroupCall = ['_' => 'messageActionInviteToGroupCall', 'call' => InputGroupCall, 'users' => [long, long]];