github.com/gotd/td/tg.PhotosPhotosSlice.Users (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_photos_photos_gen.go#L252: 	Users []UserClass
		tl_photos_photos_gen.go#L281: 	if !(p.Users == nil) {
		tl_photos_photos_gen.go#L305: 	p.Users = from.GetUsers()
		tl_photos_photos_gen.go#L371: 	b.PutVectorHeader(len(p.Users))
		tl_photos_photos_gen.go#L372: 	for idx, v := range p.Users {
		tl_photos_photos_gen.go#L430: 			p.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_photos_photos_gen.go#L437: 			p.Users = append(p.Users, value)
		tl_photos_photos_gen.go#L464: 	return p.Users
		tl_photos_photos_gen.go#L474: 	return UserClassArray(p.Users)