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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4165: type ChannelAdminLogEventActionExportedInviteDelete struct {
		tl_channel_admin_log_event_action_gen.go#L4174: func (c ChannelAdminLogEventActionExportedInviteDelete) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4180: 	_ bin.Encoder     = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4181: 	_ bin.Decoder     = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4182: 	_ bin.BareEncoder = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4183: 	_ bin.BareDecoder = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4185: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionExportedInviteDelete{}
		tl_channel_admin_log_event_action_gen.go#L4188: func (c *ChannelAdminLogEventActionExportedInviteDelete) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4200: func (c *ChannelAdminLogEventActionExportedInviteDelete) String() string {
		tl_channel_admin_log_event_action_gen.go#L4204: 	type Alias ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_gen.go#L4209: func (c *ChannelAdminLogEventActionExportedInviteDelete) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4218: func (*ChannelAdminLogEventActionExportedInviteDelete) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4223: func (*ChannelAdminLogEventActionExportedInviteDelete) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4228: func (c *ChannelAdminLogEventActionExportedInviteDelete) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L4247: func (c *ChannelAdminLogEventActionExportedInviteDelete) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4256: func (c *ChannelAdminLogEventActionExportedInviteDelete) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4270: func (c *ChannelAdminLogEventActionExportedInviteDelete) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4281: func (c *ChannelAdminLogEventActionExportedInviteDelete) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4296: func (c *ChannelAdminLogEventActionExportedInviteDelete) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L8592: 		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#L2820: type ChannelAdminLogEventActionExportedInviteDeleteArray []ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_slices_gen.go#L2823: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2831: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2839: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteDelete) bool) ChannelAdminLogEventActionExportedInviteDeleteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2853: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) First() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2861: func (s ChannelAdminLogEventActionExportedInviteDeleteArray) Last() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2869: func (s *ChannelAdminLogEventActionExportedInviteDeleteArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2879: 	var zero ChannelAdminLogEventActionExportedInviteDelete
		tl_channel_admin_log_event_action_slices_gen.go#L2888: func (s *ChannelAdminLogEventActionExportedInviteDeleteArray) Pop() (v ChannelAdminLogEventActionExportedInviteDelete, ok bool) {
		tl_registry_gen.go#L5801: 		ChannelAdminLogEventActionExportedInviteDeleteTypeID:     func() bin.Object { return &ChannelAdminLogEventActionExportedInviteDelete{} },