type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleForumArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L575: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleForum() (to ChannelAdminLogEventActionToggleForumArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3575: type ChannelAdminLogEventActionToggleForumArray []ChannelAdminLogEventActionToggleForum
tl_channel_admin_log_event_action_slices_gen.go#L3578: func (s ChannelAdminLogEventActionToggleForumArray) Sort(less func(a, b ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3586: func (s ChannelAdminLogEventActionToggleForumArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3594: func (s ChannelAdminLogEventActionToggleForumArray) Retain(keep func(x ChannelAdminLogEventActionToggleForum) bool) ChannelAdminLogEventActionToggleForumArray {
tl_channel_admin_log_event_action_slices_gen.go#L3608: func (s ChannelAdminLogEventActionToggleForumArray) First() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3616: func (s ChannelAdminLogEventActionToggleForumArray) Last() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3624: func (s *ChannelAdminLogEventActionToggleForumArray) PopFirst() (v ChannelAdminLogEventActionToggleForum, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3643: func (s *ChannelAdminLogEventActionToggleForumArray) Pop() (v ChannelAdminLogEventActionToggleForum, 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. |