Method: Vk::API::Wall::Methods::EditComment#attachments
- Defined in:
- lib/vk/api/wall/methods/edit_comment.rb
#attachments ⇒ Array
Returns List of objects attached to the comment, in the following format:; ; "
32 |
# File 'lib/vk/api/wall/methods/edit_comment.rb', line 32 attribute :attachments, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil) |