github.com/gotd/td/tg.UserFull.ProfilePhoto (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_user_full_gen.go#L99: 	ProfilePhoto PhotoClass
		tl_user_full_gen.go#L241: 	if !(u.ProfilePhoto == nil) {
		tl_user_full_gen.go#L354: 		u.ProfilePhoto = val
		tl_user_full_gen.go#L623: 	if !(u.ProfilePhoto == nil) {
		tl_user_full_gen.go#L698: 		if u.ProfilePhoto == nil {
		tl_user_full_gen.go#L701: 		if err := u.ProfilePhoto.Encode(b); err != nil {
		tl_user_full_gen.go#L834: 		u.ProfilePhoto = value
		tl_user_full_gen.go#L1201: 	u.ProfilePhoto = value
		tl_user_full_gen.go#L1213: 	return u.ProfilePhoto, true