Class: Vk::API::Audio::Methods::Delete
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Audio::Methods::Delete
- Defined in:
- lib/vk/api/audio/methods/delete.rb
Overview
Deletes an audio file from a user page or community page.
Arguments collapse
-
#audio_id ⇒ Integer
Audio file ID.
-
#owner_id ⇒ Integer
ID of the user or community that owns the audio file.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Audio::Methods::Delete constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Audio::Methods::Delete
|
|
# File 'lib/vk/api/audio/methods/delete.rb', line 15
|
Instance Method Details
#audio_id ⇒ Integer
Returns Audio file ID.
24 |
# File 'lib/vk/api/audio/methods/delete.rb', line 24 attribute :audio_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns ID of the user or community that owns the audio file. Use a negative value to designate a community ID.
26 |
# File 'lib/vk/api/audio/methods/delete.rb', line 26 attribute :owner_id, API::Types::Coercible::Int |