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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |