add method

add

Adds a threaded comment;

Returns

def add(self, text, author):
    ...
ParameterTypeDescription
textstrThe text of the threaded comment.
authorThreadedCommentAuthorThe author of the threaded comment

See Also