type github.com/gotd/td/tg.ChannelAdminLogEventActionEditTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L601: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionEditTopic() (to ChannelAdminLogEventActionEditTopicArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3739: type ChannelAdminLogEventActionEditTopicArray []ChannelAdminLogEventActionEditTopic
tl_channel_admin_log_event_action_slices_gen.go#L3742: func (s ChannelAdminLogEventActionEditTopicArray) Sort(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3750: func (s ChannelAdminLogEventActionEditTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3758: func (s ChannelAdminLogEventActionEditTopicArray) Retain(keep func(x ChannelAdminLogEventActionEditTopic) bool) ChannelAdminLogEventActionEditTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3772: func (s ChannelAdminLogEventActionEditTopicArray) First() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3780: func (s ChannelAdminLogEventActionEditTopicArray) Last() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3788: func (s *ChannelAdminLogEventActionEditTopicArray) PopFirst() (v ChannelAdminLogEventActionEditTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3807: func (s *ChannelAdminLogEventActionEditTopicArray) Pop() (v ChannelAdminLogEventActionEditTopic, 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. |