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#L645: 	if !(u.Photo == nil) {
		tl_user_gen.go#L809: 		u.Photo = val
		tl_user_gen.go#L1258: 	if !(u.Photo == nil) {
		tl_user_gen.go#L1343: 		if u.Photo == nil {
		tl_user_gen.go#L1346: 		if err := u.Photo.Encode(b); err != nil {
		tl_user_gen.go#L1530: 		u.Photo = value
		tl_user_gen.go#L2322: 	u.Photo = value
		tl_user_gen.go#L2334: 	return u.Photo, true