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

9 uses

	github.com/gotd/td/tg (current package)
		tl_photos_upload_profile_photo_gen.go#L56: 	File InputFileClass
		tl_photos_upload_profile_photo_gen.go#L105: 	if !(u.File == nil) {
		tl_photos_upload_profile_photo_gen.go#L145: 		u.File = val
		tl_photos_upload_profile_photo_gen.go#L227: 	if !(u.File == nil) {
		tl_photos_upload_profile_photo_gen.go#L268: 		if u.File == nil {
		tl_photos_upload_profile_photo_gen.go#L271: 		if err := u.File.Encode(b); err != nil {
		tl_photos_upload_profile_photo_gen.go#L331: 		u.File = value
		tl_photos_upload_profile_photo_gen.go#L397: 	u.File = value
		tl_photos_upload_profile_photo_gen.go#L409: 	return u.File, true