Layer 227
MessageActionGroupCall
A video chat/livestream was started or terminated.
constructor
messageActionGroupCall#7a0d7f42 flags:# call:InputGroupCall duration:flags.0?int = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Video chat/livestream that started or ended |
| Duration | flags .0? int | Duration of the group call in seconds, for terminated calls. |
Returns
MessageActionGogram Example
// Creating MessageActionGroupCall constructor obj := &tg.MessageActionGroupCall{ Call: &tg.InputGroupCall{}, Duration: nil, }