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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L406: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantUnmute() (to ChannelAdminLogEventActionParticipantUnmuteArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L2574: type ChannelAdminLogEventActionParticipantUnmuteArray []ChannelAdminLogEventActionParticipantUnmute
		tl_channel_admin_log_event_action_slices_gen.go#L2577: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2585: func (s ChannelAdminLogEventActionParticipantUnmuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2593: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2607: func (s ChannelAdminLogEventActionParticipantUnmuteArray) First() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2615: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Last() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2623: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2642: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) Pop() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {