github.com/gotd/td/tg.PhotosUploadContactProfilePhotoRequest.File (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_photos_upload_contact_profile_photo_gen.go#L66: 	File InputFileClass
		tl_photos_upload_contact_profile_photo_gen.go#L118: 	if !(u.File == nil) {
		tl_photos_upload_contact_profile_photo_gen.go#L157: 		u.File = val
		tl_photos_upload_contact_profile_photo_gen.go#L243: 	if !(u.File == nil) {
		tl_photos_upload_contact_profile_photo_gen.go#L282: 		if u.File == nil {
		tl_photos_upload_contact_profile_photo_gen.go#L285: 		if err := u.File.Encode(b); err != nil {
		tl_photos_upload_contact_profile_photo_gen.go#L346: 		u.File = value
		tl_photos_upload_contact_profile_photo_gen.go#L421: 	u.File = value
		tl_photos_upload_contact_profile_photo_gen.go#L433: 	return u.File, true