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

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

#initialize(arguments) ⇒ Wall::Methods::EditComment

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :owner_id (Integer)

    User ID or community ID. Use a negative value to designate a community ID.; ;

  • :comment_id (Integer)

    Comment ID.

  • :message (String)

    New comment text.;

  • :attachments (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"



# File 'lib/vk/api/wall/methods/edit_comment.rb', line 15