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

9 uses

	github.com/gotd/td/tg (current package)
		tl_user_full_gen.go#L170: 	ProfilePhoto PhotoClass
		tl_user_full_gen.go#L486: 	if !(u.ProfilePhoto == nil) {
		tl_user_full_gen.go#L693: 		u.ProfilePhoto = val
		tl_user_full_gen.go#L1205: 	if !(u.ProfilePhoto == nil) {
		tl_user_full_gen.go#L1340: 		if u.ProfilePhoto == nil {
		tl_user_full_gen.go#L1343: 		if err := u.ProfilePhoto.Encode(b); err != nil {
		tl_user_full_gen.go#L1581: 		u.ProfilePhoto = value
		tl_user_full_gen.go#L2218: 	u.ProfilePhoto = value
		tl_user_full_gen.go#L2230: 	return u.ProfilePhoto, true