type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleSlowModeArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L354: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleSlowMode() (to ChannelAdminLogEventActionToggleSlowModeArray) {
tl_channel_admin_log_event_action_slices_gen.go#L2181: type ChannelAdminLogEventActionToggleSlowModeArray []ChannelAdminLogEventActionToggleSlowMode
tl_channel_admin_log_event_action_slices_gen.go#L2184: func (s ChannelAdminLogEventActionToggleSlowModeArray) Sort(less func(a, b ChannelAdminLogEventActionToggleSlowMode) bool) ChannelAdminLogEventActionToggleSlowModeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2192: func (s ChannelAdminLogEventActionToggleSlowModeArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleSlowMode) bool) ChannelAdminLogEventActionToggleSlowModeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2200: func (s ChannelAdminLogEventActionToggleSlowModeArray) Retain(keep func(x ChannelAdminLogEventActionToggleSlowMode) bool) ChannelAdminLogEventActionToggleSlowModeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2214: func (s ChannelAdminLogEventActionToggleSlowModeArray) First() (v ChannelAdminLogEventActionToggleSlowMode, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2222: func (s ChannelAdminLogEventActionToggleSlowModeArray) Last() (v ChannelAdminLogEventActionToggleSlowMode, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2230: func (s *ChannelAdminLogEventActionToggleSlowModeArray) PopFirst() (v ChannelAdminLogEventActionToggleSlowMode, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2249: func (s *ChannelAdminLogEventActionToggleSlowModeArray) Pop() (v ChannelAdminLogEventActionToggleSlowMode, 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. |