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

18 uses

	github.com/gotd/td/tg (current package)
		tl_user_slices_gen.go#L152: func (s UserClassArray) AsUserEmpty() (to UserEmptyArray) {
		tl_user_slices_gen.go#L269: type UserEmptyArray []UserEmpty
		tl_user_slices_gen.go#L272: func (s UserEmptyArray) Sort(less func(a, b UserEmpty) bool) UserEmptyArray {
		tl_user_slices_gen.go#L280: func (s UserEmptyArray) SortStable(less func(a, b UserEmpty) bool) UserEmptyArray {
		tl_user_slices_gen.go#L288: func (s UserEmptyArray) Retain(keep func(x UserEmpty) bool) UserEmptyArray {
		tl_user_slices_gen.go#L302: func (s UserEmptyArray) First() (v UserEmpty, ok bool) {
		tl_user_slices_gen.go#L310: func (s UserEmptyArray) Last() (v UserEmpty, ok bool) {
		tl_user_slices_gen.go#L318: func (s *UserEmptyArray) PopFirst() (v UserEmpty, ok bool) {
		tl_user_slices_gen.go#L337: func (s *UserEmptyArray) Pop() (v UserEmpty, ok bool) {
		tl_user_slices_gen.go#L351: func (s UserEmptyArray) SortByID() UserEmptyArray {
		tl_user_slices_gen.go#L358: func (s UserEmptyArray) SortStableByID() UserEmptyArray {
		tl_user_slices_gen.go#L365: func (s UserEmptyArray) FillMap(to map[int64]UserEmpty) {
		tl_user_slices_gen.go#L372: func (s UserEmptyArray) ToMap() map[int64]UserEmpty {