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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4155: type ChannelAdminLogEventActionExportedInviteDelete struct {
		tl_channel_admin_log_event_action_gen.go#L4164: func (c ChannelAdminLogEventActionExportedInviteDelete) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4170: 	_ bin.Encoder     = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4171: 	_ bin.Decoder     = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4172: 	_ bin.BareEncoder = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4173: 	_ bin.BareDecoder = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4175: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4178: func (c *ChannelAdminLogEventActionExportedInviteDelete) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4190: func (c *ChannelAdminLogEventActionExportedInviteDelete) String() string {
		tl_channel_admin_log_event_action_gen.go#L4194: 	type Alias ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_gen.go#L4199: func (c *ChannelAdminLogEventActionExportedInviteDelete) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4208: func (*ChannelAdminLogEventActionExportedInviteDelete) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4213: func (*ChannelAdminLogEventActionExportedInviteDelete) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4218: func (c *ChannelAdminLogEventActionExportedInviteDelete) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L4237: func (c *ChannelAdminLogEventActionExportedInviteDelete) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4246: func (c *ChannelAdminLogEventActionExportedInviteDelete) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4260: func (c *ChannelAdminLogEventActionExportedInviteDelete) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4271: func (c *ChannelAdminLogEventActionExportedInviteDelete) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4286: func (c *ChannelAdminLogEventActionExportedInviteDelete) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L7662: 		v := ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_slices_gen.go#L447: 		value, ok := elem.(*ChannelAdminLogEventActionExportedInviteDelete)
		tl_channel_admin_log_event_action_slices_gen.go#L2755: type ChannelAdminLogEventActionExportedInviteDeleteArray []ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_slices_gen.go#L2758: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2766: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2774: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2788: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) First() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2796: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Last() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2804: func (s *ChannelAdminLogEventActionExportedInviteDeleteArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2814: 	var zero ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_slices_gen.go#L2823: func (s *ChannelAdminLogEventActionExportedInviteDeleteArray) Pop() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_registry_gen.go#L4379: 		ChannelAdminLogEventActionExportedInviteDeleteTypeID:     func() bin.Object { return &ChannelAdminLogEventActionExportedInviteDelete{} },