Layer 220
ChannelAdminLogEventActionDiscardGroupCall
A group call was terminated
constructor
channelAdminLogEventActionDiscardGroupCall#db9f9140 call:InputGroupCall = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The group call that was terminated |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionDiscardGroupCall constructor obj := &tg.ChannelAdminLogEventActionDiscardGroupCall{ Call: &tg.InputGroupCall{}, }