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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1355: func (s UpdateClassArray) AsUpdateUser() (to UpdateUserArray) {
		tl_update_slices_gen.go#L9511: type UpdateUserArray []UpdateUser
		tl_update_slices_gen.go#L9514: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9522: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9530: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9544: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9552: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9560: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9579: func (s *UpdateUserArray) Pop() (v UpdateUser, ok bool) {