Class: Vk::API::Photos::Methods::Copy
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Photos::Methods::Copy
- Defined in:
- lib/vk/api/photos/methods/copy.rb
Overview
Allows to copy a photo to the "Saved photos" album
Arguments collapse
-
#access_key ⇒ String
For private photos.
-
#owner_id ⇒ Integer
Photo's owner ID.
-
#photo_id ⇒ Integer
Photo ID.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Photos::Methods::Copy constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#access_key ⇒ String
Returns for private photos.
29 |
# File 'lib/vk/api/photos/methods/copy.rb', line 29 attribute :access_key, API::Types::Coercible::String.optional.default(nil) |