Method: Vk::API::Wall::Methods::EditComment#attachments

Defined in:
lib/vk/api/wall/methods/edit_comment.rb

#attachmentsArray

Returns List of objects attached to the comment, in the following format:; ; ","; '' — Type of media attachment:; 'photo' — photo; 'video' — video; 'audio' — audio; 'doc' — document; '' — ID of the media attachment owner.; '' — Media attachment ID. ; ; For example:; "photo100172_166443618,photo66748_265827614".

Returns:

  • (Array)

    List of objects attached to the comment, in the following format:; ; ","; '' — Type of media attachment:; 'photo' — photo; 'video' — video; 'audio' — audio; 'doc' — document; '' — ID of the media attachment owner.; '' — Media attachment ID. ; ; For example:; "photo100172_166443618,photo66748_265827614"



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)