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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L393: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantMute() (to ChannelAdminLogEventActionParticipantMuteArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L2427: type ChannelAdminLogEventActionParticipantMuteArray []ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_slices_gen.go#L2430: func (s ChannelAdminLogEventActionParticipantMuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2438: func (s ChannelAdminLogEventActionParticipantMuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2446: func (s ChannelAdminLogEventActionParticipantMuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2460: func (s ChannelAdminLogEventActionParticipantMuteArray) First() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2468: func (s ChannelAdminLogEventActionParticipantMuteArray) Last() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2476: func (s *ChannelAdminLogEventActionParticipantMuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2495: func (s *ChannelAdminLogEventActionParticipantMuteArray) Pop() (v ChannelAdminLogEventActionParticipantMute, ok bool) {