Layer 220
constructor
channelAdminLogEventActionDiscardGroupCall#db9f9140 call:InputGroupCall = ChannelAdminLogEventAction;

Parameters

Name Type Description
Call InputGroupCall The group call that was terminated

Gogram Example

// Creating ChannelAdminLogEventActionDiscardGroupCall constructor
obj := &tg.ChannelAdminLogEventActionDiscardGroupCall{
    Call: &tg.InputGroupCall{},
}