type github.com/gotd/td/tg.ChannelAdminLogEventActionDeleteTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L614: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionDeleteTopic() (to ChannelAdminLogEventActionDeleteTopicArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3821: type ChannelAdminLogEventActionDeleteTopicArray []ChannelAdminLogEventActionDeleteTopic
tl_channel_admin_log_event_action_slices_gen.go#L3824: func (s ChannelAdminLogEventActionDeleteTopicArray) Sort(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3832: func (s ChannelAdminLogEventActionDeleteTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3840: func (s ChannelAdminLogEventActionDeleteTopicArray) Retain(keep func(x ChannelAdminLogEventActionDeleteTopic) bool) ChannelAdminLogEventActionDeleteTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3854: func (s ChannelAdminLogEventActionDeleteTopicArray) First() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3862: func (s ChannelAdminLogEventActionDeleteTopicArray) Last() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3870: func (s *ChannelAdminLogEventActionDeleteTopicArray) PopFirst() (v ChannelAdminLogEventActionDeleteTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3889: func (s *ChannelAdminLogEventActionDeleteTopicArray) Pop() (v ChannelAdminLogEventActionDeleteTopic, 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. |