type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleNoForwardsArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L523: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleNoForwards() (to ChannelAdminLogEventActionToggleNoForwardsArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3247: type ChannelAdminLogEventActionToggleNoForwardsArray []ChannelAdminLogEventActionToggleNoForwards
tl_channel_admin_log_event_action_slices_gen.go#L3250: func (s ChannelAdminLogEventActionToggleNoForwardsArray) Sort(less func(a, b ChannelAdminLogEventActionToggleNoForwards) bool) ChannelAdminLogEventActionToggleNoForwardsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3258: func (s ChannelAdminLogEventActionToggleNoForwardsArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleNoForwards) bool) ChannelAdminLogEventActionToggleNoForwardsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3266: func (s ChannelAdminLogEventActionToggleNoForwardsArray) Retain(keep func(x ChannelAdminLogEventActionToggleNoForwards) bool) ChannelAdminLogEventActionToggleNoForwardsArray {
tl_channel_admin_log_event_action_slices_gen.go#L3280: func (s ChannelAdminLogEventActionToggleNoForwardsArray) First() (v ChannelAdminLogEventActionToggleNoForwards, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3288: func (s ChannelAdminLogEventActionToggleNoForwardsArray) Last() (v ChannelAdminLogEventActionToggleNoForwards, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3296: func (s *ChannelAdminLogEventActionToggleNoForwardsArray) PopFirst() (v ChannelAdminLogEventActionToggleNoForwards, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3315: func (s *ChannelAdminLogEventActionToggleNoForwardsArray) Pop() (v ChannelAdminLogEventActionToggleNoForwards, 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. |