Returns the source of the text and attachments of a comment, as submitted when creating it, so they could be used for editing.

This method requires the following permissions: photos.

Parameters

comment_id
string

The identifier of the comment for which the source needs to be returned.

Result

An object with the text and its format:

text
string

The text itself.

format
enum

The format of the text.

Possible values: markdown, html, plain.

attachments
array

The array of input attachment objects.

Errors

Global errors may occur when calling this method.