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) {