Layer 220
constructor
updateGroupCall#97d64341 flags:# chat_id:flags.0?long call:GroupCall = Update;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
ChatId flags.0?long The channel/supergroup where this group call or livestream takes place
Call GroupCall Info about the group call or livestream

Returns

Update

Gogram Example

// Creating UpdateGroupCall constructor
obj := &tg.UpdateGroupCall{
    Call: &tg.GroupCall{},

    // Optional fields:
    // ChatId: int64(0),
}