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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L484: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantVolume() (to ChannelAdminLogEventActionParticipantVolumeArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3001: type ChannelAdminLogEventActionParticipantVolumeArray []ChannelAdminLogEventActionParticipantVolume
		tl_channel_admin_log_event_action_slices_gen.go#L3004: func (s ChannelAdminLogEventActionParticipantVolumeArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3012: func (s ChannelAdminLogEventActionParticipantVolumeArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3020: func (s ChannelAdminLogEventActionParticipantVolumeArray) Retain(keep func(x ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3034: func (s ChannelAdminLogEventActionParticipantVolumeArray) First() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3042: func (s ChannelAdminLogEventActionParticipantVolumeArray) Last() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3050: func (s *ChannelAdminLogEventActionParticipantVolumeArray) PopFirst() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3069: func (s *ChannelAdminLogEventActionParticipantVolumeArray) Pop() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {