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#L7815: type UpdateChatArray []UpdateChat
		tl_update_slices_gen.go#L7818: func (s UpdateChatArray) Sort(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7826: func (s UpdateChatArray) SortStable(less func(a, b UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7834: func (s UpdateChatArray) Retain(keep func(x UpdateChat) bool) UpdateChatArray {
		tl_update_slices_gen.go#L7848: func (s UpdateChatArray) First() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7856: func (s UpdateChatArray) Last() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7864: func (s *UpdateChatArray) PopFirst() (v UpdateChat, ok bool) {
		tl_update_slices_gen.go#L7883: func (s *UpdateChatArray) Pop() (v UpdateChat, ok bool) {