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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1459: func (s UpdateClassArray) AsUpdateChannelViewForumAsMessages() (to UpdateChannelViewForumAsMessagesArray) {
		tl_update_slices_gen.go#L10195: type UpdateChannelViewForumAsMessagesArray []UpdateChannelViewForumAsMessages
		tl_update_slices_gen.go#L10198: func (s UpdateChannelViewForumAsMessagesArray) Sort(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10206: func (s UpdateChannelViewForumAsMessagesArray) SortStable(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10214: func (s UpdateChannelViewForumAsMessagesArray) Retain(keep func(x UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10228: func (s UpdateChannelViewForumAsMessagesArray) First() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10236: func (s UpdateChannelViewForumAsMessagesArray) Last() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10244: func (s *UpdateChannelViewForumAsMessagesArray) PopFirst() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10263: func (s *UpdateChannelViewForumAsMessagesArray) Pop() (v UpdateChannelViewForumAsMessages, ok bool) {