Layer 220
MessageActionGroupCall
The group call has ended
constructor
messageActionGroupCall#7a0d7f42 flags:# call:InputGroupCall duration:flags.0?int = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Call | InputGroupCall | Group call |
| Duration | flags.0?int | Group call duration |
Returns
MessageActionGogram Example
// Creating MessageActionGroupCall constructor obj := &tg.MessageActionGroupCall{ Call: &tg.InputGroupCall{}, // Optional fields: // Duration: 0, }