Layer 227
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

MessageAction

Gogram Example

// Creating MessageActionGroupCall constructor
obj := &tg.MessageActionGroupCall{
    Call: &tg.InputGroupCall{},
    Duration: nil,
}