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#L2509: type ChannelAdminLogEventActionParticipantUnmuteArray []ChannelAdminLogEventActionParticipantUnmute
		tl_channel_admin_log_event_action_slices_gen.go#L2512: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2520: func (s ChannelAdminLogEventActionParticipantUnmuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2528: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2542: func (s ChannelAdminLogEventActionParticipantUnmuteArray) First() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2550: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Last() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2558: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2577: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) Pop() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {