type github.com/gotd/td/tg.ChannelAdminLogEventActionDiscardGroupCall

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L3400: type ChannelAdminLogEventActionDiscardGroupCall struct {
		tl_channel_admin_log_event_action_gen.go#L3409: func (c ChannelAdminLogEventActionDiscardGroupCall) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L3415: 	_ bin.Encoder     = &ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_gen.go#L3416: 	_ bin.Decoder     = &ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_gen.go#L3417: 	_ bin.BareEncoder = &ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_gen.go#L3418: 	_ bin.BareDecoder = &ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_gen.go#L3420: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_gen.go#L3423: func (c *ChannelAdminLogEventActionDiscardGroupCall) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L3435: func (c *ChannelAdminLogEventActionDiscardGroupCall) String() string {
		tl_channel_admin_log_event_action_gen.go#L3439: 	type Alias ChannelAdminLogEventActionDiscardGroupCall
		tl_channel_admin_log_event_action_gen.go#L3444: func (c *ChannelAdminLogEventActionDiscardGroupCall) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L3453: func (*ChannelAdminLogEventActionDiscardGroupCall) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L3458: func (*ChannelAdminLogEventActionDiscardGroupCall) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L3463: func (c *ChannelAdminLogEventActionDiscardGroupCall) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L3482: func (c *ChannelAdminLogEventActionDiscardGroupCall) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3491: func (c *ChannelAdminLogEventActionDiscardGroupCall) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3502: func (c *ChannelAdminLogEventActionDiscardGroupCall) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3513: func (c *ChannelAdminLogEventActionDiscardGroupCall) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3526: func (c *ChannelAdminLogEventActionDiscardGroupCall) GetCall() (value InputGroupCall) {
		tl_channel_admin_log_event_action_gen.go#L7627: 		v := ChannelAdminLogEventActionDiscardGroupCall{}
		tl_channel_admin_log_event_action_slices_gen.go#L382: 		value, ok := elem.(*ChannelAdminLogEventActionDiscardGroupCall)
		tl_channel_admin_log_event_action_slices_gen.go#L2345: type ChannelAdminLogEventActionDiscardGroupCallArray []ChannelAdminLogEventActionDiscardGroupCall
		tl_channel_admin_log_event_action_slices_gen.go#L2348: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Sort(less func(a, b ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2356: func (s ChannelAdminLogEventActionDiscardGroupCallArray) SortStable(less func(a, b ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2364: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Retain(keep func(x ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2378: func (s ChannelAdminLogEventActionDiscardGroupCallArray) First() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2386: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Last() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2394: func (s *ChannelAdminLogEventActionDiscardGroupCallArray) PopFirst() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2404: 	var zero ChannelAdminLogEventActionDiscardGroupCall
		tl_channel_admin_log_event_action_slices_gen.go#L2413: func (s *ChannelAdminLogEventActionDiscardGroupCallArray) Pop() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
		tl_registry_gen.go#L4374: 		ChannelAdminLogEventActionDiscardGroupCallTypeID:         func() bin.Object { return &ChannelAdminLogEventActionDiscardGroupCall{} },