Class: Vk::API::Audio::Methods::MoveToAlbum
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Audio::Methods::MoveToAlbum
- Defined in:
- lib/vk/api/audio/methods/move_to_album.rb
Overview
Moves audio files to an album.
Arguments collapse
-
#album_id ⇒ Integer
ID of the album to which the audio files will be moved.
-
#audio_ids ⇒ Array
IDs of the audio files to be moved.; "NOTE: An album can hold up to 1000 audio files.";.
-
#group_id ⇒ Integer
ID of the community where the audio files are located.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Audio::Methods::MoveToAlbum
|
# File 'lib/vk/api/audio/methods/move_to_album.rb', line 15
|
Instance Method Details
#album_id ⇒ Integer
Returns ID of the album to which the audio files will be moved.
27 |
# File 'lib/vk/api/audio/methods/move_to_album.rb', line 27 attribute :album_id, API::Types::Coercible::Int.optional.default(nil) |