Skip to main content

COMMENT_FLAG_REPORTED_REASON

COMMENT_FLAG_REPORTED_REASON is a reason that is reported by a User on a Comment.

enum COMMENT_FLAG_REPORTED_REASON {
COMMENT_REPORTED_OFFENSIVE
COMMENT_REPORTED_ABUSIVE
COMMENT_REPORTED_SPAM
COMMENT_REPORTED_OTHER
COMMENT_REPORTED_BIO
}

Values

COMMENT_FLAG_REPORTED_REASON.COMMENT_REPORTED_OFFENSIVE

COMMENT_REPORTED_OFFENSIVE is used when a User reported a Comment as being offensive.

COMMENT_FLAG_REPORTED_REASON.COMMENT_REPORTED_ABUSIVE

COMMENT_REPORTED_ABUSIVE is used when a User reported a Comment as being abusive.

COMMENT_FLAG_REPORTED_REASON.COMMENT_REPORTED_SPAM

COMMENT_REPORTED_SPAM is used when a User reported a Comment as appearing like spam.

COMMENT_FLAG_REPORTED_REASON.COMMENT_REPORTED_OTHER

COMMENT_REPORTED_OTHER is used when a User reported a Comment that doesn't fit into the other reported reasons.

COMMENT_FLAG_REPORTED_REASON.COMMENT_REPORTED_BIO

COMMENT_REPORTED_BIO is used when a User reports a bio that is offensive or abusive.

Member Of

CreateCommentFlagInput input