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