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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L458: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionExportedInviteRevoke() (to ChannelAdminLogEventActionExportedInviteRevokeArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L2902: type ChannelAdminLogEventActionExportedInviteRevokeArray []ChannelAdminLogEventActionExportedInviteRevoke
		tl_channel_admin_log_event_action_slices_gen.go#L2905: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2913: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2921: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2935: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) First() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2943: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Last() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2951: func (s *ChannelAdminLogEventActionExportedInviteRevokeArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2970: func (s *ChannelAdminLogEventActionExportedInviteRevokeArray) Pop() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {