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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1329: func (s UpdateClassArray) AsUpdateUser() (to UpdateUserArray) {
		tl_update_slices_gen.go#L9854: type UpdateUserArray []UpdateUser
		tl_update_slices_gen.go#L9857: func (s UpdateUserArray) Sort(less func(a, b UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9865: func (s UpdateUserArray) SortStable(less func(a, b UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9873: func (s UpdateUserArray) Retain(keep func(x UpdateUser) bool) UpdateUserArray {
		tl_update_slices_gen.go#L9887: func (s UpdateUserArray) First() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9895: func (s UpdateUserArray) Last() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9903: func (s *UpdateUserArray) PopFirst() (v UpdateUser, ok bool) {
		tl_update_slices_gen.go#L9922: func (s *UpdateUserArray) Pop() (v UpdateUser, ok bool) {