Edits a comment in a topic.
This method requires the following permissions: groups.
Parameters
The identifier of the comment to be updated.
The text of the comment. Required if there are no attachments. This parameter supports formatted text, the format is determined by the text_format parameter.
The format of the comment text passed in message. By default, original format in which this comment was initially created is used.
Possible values:
markdown,
html,
plain.
JSON array representing the media attachments to be added to this comment. See the separate page for the object description. Required if there is no message.
If this is not empty, make the content of the comment hidden by default, requiring a click to reveal. This text will be shown instead of the content.
Result
The identifier of the edited comment.