Layer 227
InputGroupCallInviteMessage
Identifies a conference call using its message Action Conference Call invitation service message.
constructor
inputGroupCallInviteMessage#8c10603f msg_id:int = InputGroupCall;
Parameters
| Name | Type | Description |
|---|---|---|
| MsgId | int | ID of the message Action Conference Call. |
Returns
InputGroupCallGogram Example
// Creating InputGroupCallInviteMessage constructor obj := &tg.InputGroupCallInviteMessage{ MsgId: 42, }