Layer 220
MessageActionInviteToGroupCall
A set of users was invited to the group call
constructor
messageActionInviteToGroupCall#502f92f7 call:InputGroupCall users:Vector<long> = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The group call |
| Users | Vector<long> | The invited users |
Returns
MessageActionGogram Example
// Creating MessageActionInviteToGroupCall constructor obj := &tg.MessageActionInviteToGroupCall{ Call: &tg.InputGroupCall{}, Users: []long{}, }