Enumeration CommentField

Comment fields that can be retrieved on Get Comment requests.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.5.1

Enumeration Members

HIDDEN: "hidden"

Whether the comment is hidden.

ID: "id"

The id of the comment.

LIKE_COUNT: "like_count"

The number of likes on the comment.

MEDIA: "media"

The media object that contains the comment.

REPLIES: "replies"

The number of replies on the comment.

TEXT: "text"

The text of the comment.

TIMESTAMP: "timestamp"

The timestamp of the comment.

USER: "user"

The user that made the comment. Only returned if the user making the query also owns the comment, otherwise, the username field will be included

USERNAME: "username"

The username of the user who made the comment.

Generated using TypeDoc