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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1095: func (s UpdateClassArray) AsUpdateChat() (to UpdateChatArray) {
		tl_update_slices_gen.go#L8322: type UpdateChatArray []UpdateChat
		tl_update_slices_gen.go#L8325: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8333: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8341: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L8355: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8363: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8371: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L8390: func (s *UpdateChatArray) Pop() (v UpdateChat, ok bool) {