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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L172: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleInvites() (to ChannelAdminLogEventActionToggleInvitesArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1098: type ChannelAdminLogEventActionToggleInvitesArray []ChannelAdminLogEventActionToggleInvites
		tl_channel_admin_log_event_action_slices_gen.go#L1101: func (s ChannelAdminLogEventActionToggleInvitesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1109: func (s ChannelAdminLogEventActionToggleInvitesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1117: func (s ChannelAdminLogEventActionToggleInvitesArray) Retain(keep func(x ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1131: func (s ChannelAdminLogEventActionToggleInvitesArray) First() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1139: func (s ChannelAdminLogEventActionToggleInvitesArray) Last() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1147: func (s *ChannelAdminLogEventActionToggleInvitesArray) PopFirst() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1166: func (s *ChannelAdminLogEventActionToggleInvitesArray) Pop() (v ChannelAdminLogEventActionToggleInvites, ok bool) {