type github.com/gotd/td/tg.ChannelAdminLogEventActionPinTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L627: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionPinTopic() (to ChannelAdminLogEventActionPinTopicArray) {
tl_channel_admin_log_event_action_slices_gen.go#L3903: type ChannelAdminLogEventActionPinTopicArray []ChannelAdminLogEventActionPinTopic
tl_channel_admin_log_event_action_slices_gen.go#L3906: func (s ChannelAdminLogEventActionPinTopicArray) Sort(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3914: func (s ChannelAdminLogEventActionPinTopicArray) SortStable(less func(a, b ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3922: func (s ChannelAdminLogEventActionPinTopicArray) Retain(keep func(x ChannelAdminLogEventActionPinTopic) bool) ChannelAdminLogEventActionPinTopicArray {
tl_channel_admin_log_event_action_slices_gen.go#L3936: func (s ChannelAdminLogEventActionPinTopicArray) First() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3944: func (s ChannelAdminLogEventActionPinTopicArray) Last() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3952: func (s *ChannelAdminLogEventActionPinTopicArray) PopFirst() (v ChannelAdminLogEventActionPinTopic, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L3971: func (s *ChannelAdminLogEventActionPinTopicArray) Pop() (v ChannelAdminLogEventActionPinTopic, 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. |