Layer 224
constructor
updateGroupCall#9d2216e0 flags:# live_story:flags.2?true peer:flags.1?Peer call:GroupCall = Update;

Parameters

Name Type Description
LiveStory flags.2?true
Peer flags.1?Peer
Call GroupCall Info about the group call or livestream

Returns

Update

Gogram Example

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

    // Optional fields:
    // LiveStory: true,
    // Peer: &tg.Peer{},
}