Layer 227
UpdateGroupCall
Indicates that group call information changed, see applying group call updates.
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
UpdateGogram Example
// Creating UpdateGroupCall constructor obj := &tg.UpdateGroupCall{ LiveStory: nil, Peer: nil, Call: &tg.GroupCall{}, }