type github.com/gotd/td/tg.UpdatePinnedChannelMessagesArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1082: func (s UpdateClassArray) AsUpdatePinnedChannelMessages() (to UpdatePinnedChannelMessagesArray) {
		tl_update_slices_gen.go#L7733: type UpdatePinnedChannelMessagesArray []UpdatePinnedChannelMessages
		tl_update_slices_gen.go#L7736: func (s UpdatePinnedChannelMessagesArray) Sort(less func(a, b UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
		tl_update_slices_gen.go#L7744: func (s UpdatePinnedChannelMessagesArray) SortStable(less func(a, b UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
		tl_update_slices_gen.go#L7752: func (s UpdatePinnedChannelMessagesArray) Retain(keep func(x UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
		tl_update_slices_gen.go#L7766: func (s UpdatePinnedChannelMessagesArray) First() (v UpdatePinnedChannelMessages, ok bool) {
		tl_update_slices_gen.go#L7774: func (s UpdatePinnedChannelMessagesArray) Last() (v UpdatePinnedChannelMessages, ok bool) {
		tl_update_slices_gen.go#L7782: func (s *UpdatePinnedChannelMessagesArray) PopFirst() (v UpdatePinnedChannelMessages, ok bool) {
		tl_update_slices_gen.go#L7801: func (s *UpdatePinnedChannelMessagesArray) Pop() (v UpdatePinnedChannelMessages, ok bool) {