type github.com/gotd/td/tg.ChannelAdminLogEventActionCreateTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L588: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionCreateTopic() (to ChannelAdminLogEventActionCreateTopicArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3657: type ChannelAdminLogEventActionCreateTopicArray []ChannelAdminLogEventActionCreateTopic
tl_channel_admin_log_event_action_slices_gen.go#L3660: func (s ChannelAdminLogEventActionCreateTopicArray) Sort(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3668: func (s ChannelAdminLogEventActionCreateTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3676: func (s ChannelAdminLogEventActionCreateTopicArray) Retain(keep func(x ChannelAdminLogEventActionCreateTopic) bool) ChannelAdminLogEventActionCreateTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3690: func (s ChannelAdminLogEventActionCreateTopicArray) First() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3698: func (s ChannelAdminLogEventActionCreateTopicArray) Last() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3706: func (s *ChannelAdminLogEventActionCreateTopicArray) PopFirst() (v ChannelAdminLogEventActionCreateTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3725: func (s *ChannelAdminLogEventActionCreateTopicArray) Pop() (v ChannelAdminLogEventActionCreateTopic, 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. |