Constructor: messageActionInviteToGroupCall
A set of users was invited to the group call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call | InputGroupCall | Yes | The group call |
users | Array of long | Yes | The invited users |
Type: MessageAction
Example:
$messageActionInviteToGroupCall = ['_' => 'messageActionInviteToGroupCall', 'call' => InputGroupCall, 'users' => [long, long]];