Class: Vk::API::Market::Methods::DeleteComment
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Market::Methods::DeleteComment
- Defined in:
- lib/vk/api/market/methods/delete_comment.rb
Overview
Deletes an item's comment
Arguments collapse
-
#comment_id ⇒ Integer
Comment id.
-
#owner_id ⇒ Integer
Identifier of an item owner community; "Note that community id in the 'owner_id' parameter should be negative number.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Market::Methods::DeleteComment
|
# File 'lib/vk/api/market/methods/delete_comment.rb', line 15
|
Instance Method Details
#comment_id ⇒ Integer
Returns comment id.
26 |
# File 'lib/vk/api/market/methods/delete_comment.rb', line 26 attribute :comment_id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns identifier of an item owner community; "Note that community id in the 'owner_id' parameter should be negative number. For example 'owner_id'=-1 matches the [vk.com/apiclub|VK API] community ".
24 |
# File 'lib/vk/api/market/methods/delete_comment.rb', line 24 attribute :owner_id, API::Types::Coercible::Int |