AddComment

AddComment(sText, sAuthor) → { ApiComment | null }

Returns an array of ApiComment objects.

Parameters:

Name Type Description
sText string

The comment text.

sAuthor string

The author's name (optional).

Returns:

Type
ApiComment | null