type github.com/gotd/td/tg.UpdateChannelPinnedTopicsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1342: func (s UpdateClassArray) AsUpdateChannelPinnedTopics() (to UpdateChannelPinnedTopicsArray) {
tl_update_slices_gen.go#L9429: type UpdateChannelPinnedTopicsArray []UpdateChannelPinnedTopics
tl_update_slices_gen.go#L9432: func (s UpdateChannelPinnedTopicsArray) Sort(less func(a, b UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
tl_update_slices_gen.go#L9440: func (s UpdateChannelPinnedTopicsArray) SortStable(less func(a, b UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
tl_update_slices_gen.go#L9448: func (s UpdateChannelPinnedTopicsArray) Retain(keep func(x UpdateChannelPinnedTopics) bool) UpdateChannelPinnedTopicsArray {
tl_update_slices_gen.go#L9462: func (s UpdateChannelPinnedTopicsArray) First() (v UpdateChannelPinnedTopics, ok bool) {
tl_update_slices_gen.go#L9470: func (s UpdateChannelPinnedTopicsArray) Last() (v UpdateChannelPinnedTopics, ok bool) {
tl_update_slices_gen.go#L9478: func (s *UpdateChannelPinnedTopicsArray) PopFirst() (v UpdateChannelPinnedTopics, ok bool) {
tl_update_slices_gen.go#L9497: func (s *UpdateChannelPinnedTopicsArray) Pop() (v UpdateChannelPinnedTopics, 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. |