type github.com/gotd/td/tg.UpdateChannelPinnedTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1329: func (s UpdateClassArray) AsUpdateChannelPinnedTopic() (to UpdateChannelPinnedTopicArray) {
tl_update_slices_gen.go#L9347: type UpdateChannelPinnedTopicArray []UpdateChannelPinnedTopic
tl_update_slices_gen.go#L9350: func (s UpdateChannelPinnedTopicArray) Sort(less func(a, b UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9358: func (s UpdateChannelPinnedTopicArray) SortStable(less func(a, b UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9366: func (s UpdateChannelPinnedTopicArray) Retain(keep func(x UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9380: func (s UpdateChannelPinnedTopicArray) First() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9388: func (s UpdateChannelPinnedTopicArray) Last() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9396: func (s *UpdateChannelPinnedTopicArray) PopFirst() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9415: func (s *UpdateChannelPinnedTopicArray) Pop() (v UpdateChannelPinnedTopic, 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. |