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#L1033: type ChannelAdminLogEventActionToggleInvitesArray []ChannelAdminLogEventActionToggleInvites
		tl_channel_admin_log_event_action_slices_gen.go#L1036: func (s ChannelAdminLogEventActionToggleInvitesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1044: func (s ChannelAdminLogEventActionToggleInvitesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1052: func (s ChannelAdminLogEventActionToggleInvitesArray) Retain(keep func(x ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1066: func (s ChannelAdminLogEventActionToggleInvitesArray) First() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1074: func (s ChannelAdminLogEventActionToggleInvitesArray) Last() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1082: func (s *ChannelAdminLogEventActionToggleInvitesArray) PopFirst() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1101: func (s *ChannelAdminLogEventActionToggleInvitesArray) Pop() (v ChannelAdminLogEventActionToggleInvites, ok bool) {