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