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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L250: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantToggleBan() (to ChannelAdminLogEventActionParticipantToggleBanArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1525: type ChannelAdminLogEventActionParticipantToggleBanArray []ChannelAdminLogEventActionParticipantToggleBan
		tl_channel_admin_log_event_action_slices_gen.go#L1528: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1536: func (s ChannelAdminLogEventActionParticipantToggleBanArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1544: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Retain(keep func(x ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1558: func (s ChannelAdminLogEventActionParticipantToggleBanArray) First() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1566: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Last() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1574: func (s *ChannelAdminLogEventActionParticipantToggleBanArray) PopFirst() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1593: func (s *ChannelAdminLogEventActionParticipantToggleBanArray) Pop() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {