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

9 uses

	github.com/gotd/td/tg (current package)
		tl_user_gen.go#L270: 	Photo UserProfilePhotoClass
		tl_user_gen.go#L438: 	if !(u.Photo == nil) {
		tl_user_gen.go#L570: 		u.Photo = val
		tl_user_gen.go#L919: 	if !(u.Photo == nil) {
		tl_user_gen.go#L992: 		if u.Photo == nil {
		tl_user_gen.go#L995: 		if err := u.Photo.Encode(b); err != nil {
		tl_user_gen.go#L1151: 		u.Photo = value
		tl_user_gen.go#L1761: 	u.Photo = value
		tl_user_gen.go#L1773: 	return u.Photo, true