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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4449: type ChannelAdminLogEventActionExportedInviteEdit struct {
		tl_channel_admin_log_event_action_gen.go#L4460: func (c ChannelAdminLogEventActionExportedInviteEdit) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4466: 	_ bin.Encoder     = &ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_gen.go#L4467: 	_ bin.Decoder     = &ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_gen.go#L4468: 	_ bin.BareEncoder = &ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_gen.go#L4469: 	_ bin.BareDecoder = &ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_gen.go#L4471: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_gen.go#L4474: func (c *ChannelAdminLogEventActionExportedInviteEdit) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4489: func (c *ChannelAdminLogEventActionExportedInviteEdit) String() string {
		tl_channel_admin_log_event_action_gen.go#L4493: 	type Alias ChannelAdminLogEventActionExportedInviteEdit
		tl_channel_admin_log_event_action_gen.go#L4498: func (c *ChannelAdminLogEventActionExportedInviteEdit) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4509: func (*ChannelAdminLogEventActionExportedInviteEdit) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4514: func (*ChannelAdminLogEventActionExportedInviteEdit) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4519: func (c *ChannelAdminLogEventActionExportedInviteEdit) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L4542: func (c *ChannelAdminLogEventActionExportedInviteEdit) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4551: func (c *ChannelAdminLogEventActionExportedInviteEdit) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4571: func (c *ChannelAdminLogEventActionExportedInviteEdit) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4582: func (c *ChannelAdminLogEventActionExportedInviteEdit) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4604: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetPrevInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L4612: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetNewInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L8606: 		v := ChannelAdminLogEventActionExportedInviteEdit{}
		tl_channel_admin_log_event_action_slices_gen.go#L473: 		value, ok := elem.(*ChannelAdminLogEventActionExportedInviteEdit)
		tl_channel_admin_log_event_action_slices_gen.go#L2984: type ChannelAdminLogEventActionExportedInviteEditArray []ChannelAdminLogEventActionExportedInviteEdit
		tl_channel_admin_log_event_action_slices_gen.go#L2987: func (s ChannelAdminLogEventActionExportedInviteEditArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2995: func (s ChannelAdminLogEventActionExportedInviteEditArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3003: func (s ChannelAdminLogEventActionExportedInviteEditArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3017: func (s ChannelAdminLogEventActionExportedInviteEditArray) First() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3025: func (s ChannelAdminLogEventActionExportedInviteEditArray) Last() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3033: func (s *ChannelAdminLogEventActionExportedInviteEditArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3043: 	var zero ChannelAdminLogEventActionExportedInviteEdit
		tl_channel_admin_log_event_action_slices_gen.go#L3052: func (s *ChannelAdminLogEventActionExportedInviteEditArray) Pop() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
		tl_registry_gen.go#L5803: 		ChannelAdminLogEventActionExportedInviteEditTypeID:       func() bin.Object { return &ChannelAdminLogEventActionExportedInviteEdit{} },