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

Parameters

Name Type Description
LiveStory flags .2? true Whether this update belongs to a live story
Peer flags .1? Peer Peer associated with the group call
Call GroupCall Info about the group call or livestream

Returns

Update

Gogram Example

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