Class: Vk::API::Photos::PhotoUpload
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Photos::PhotoUpload
- Defined in:
- lib/vk/api/photos/photo_upload.rb
Overview
Instance Method Summary collapse
-
#album_id ⇒ Integer
Album ID.
-
#upload_url ⇒ String
URL to upload photo.
-
#user_id ⇒ Integer
User ID.
Instance Method Details
#album_id ⇒ Integer
Returns Album ID.
13 |
# File 'lib/vk/api/photos/photo_upload.rb', line 13 attribute :album_id, API::Types::Coercible::Int |