github.com/gotd/td/tg.User.Photo (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_user_gen.go#L404: 	Photo UserProfilePhotoClass
		tl_user_gen.go#L641: 	if !(u.Photo == nil) {
		tl_user_gen.go#L801: 		u.Photo = val
		tl_user_gen.go#L1241: 	if !(u.Photo == nil) {
		tl_user_gen.go#L1323: 		if u.Photo == nil {
		tl_user_gen.go#L1326: 		if err := u.Photo.Encode(b); err != nil {
		tl_user_gen.go#L1507: 		u.Photo = value
		tl_user_gen.go#L2292: 	u.Photo = value
		tl_user_gen.go#L2304: 	return u.Photo, true