type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleAntiSpamArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L640: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleAntiSpam() (to ChannelAdminLogEventActionToggleAntiSpamArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3985: type ChannelAdminLogEventActionToggleAntiSpamArray []ChannelAdminLogEventActionToggleAntiSpam
tl_channel_admin_log_event_action_slices_gen.go#L3988: func (s ChannelAdminLogEventActionToggleAntiSpamArray) Sort(less func(a, b ChannelAdminLogEventActionToggleAntiSpam) bool) ChannelAdminLogEventActionToggleAntiSpamArray {
tl_channel_admin_log_event_action_slices_gen.go#L3996: func (s ChannelAdminLogEventActionToggleAntiSpamArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleAntiSpam) bool) ChannelAdminLogEventActionToggleAntiSpamArray {
tl_channel_admin_log_event_action_slices_gen.go#L4004: func (s ChannelAdminLogEventActionToggleAntiSpamArray) Retain(keep func(x ChannelAdminLogEventActionToggleAntiSpam) bool) ChannelAdminLogEventActionToggleAntiSpamArray {
tl_channel_admin_log_event_action_slices_gen.go#L4018: func (s ChannelAdminLogEventActionToggleAntiSpamArray) First() (v ChannelAdminLogEventActionToggleAntiSpam, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4026: func (s ChannelAdminLogEventActionToggleAntiSpamArray) Last() (v ChannelAdminLogEventActionToggleAntiSpam, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4034: func (s *ChannelAdminLogEventActionToggleAntiSpamArray) PopFirst() (v ChannelAdminLogEventActionToggleAntiSpam, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L4053: func (s *ChannelAdminLogEventActionToggleAntiSpamArray) Pop() (v ChannelAdminLogEventActionToggleAntiSpam, 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. |