Enumeration CommentSort

Enumeration Members

NEWEST: "-created_at"

Sort comments from newest to oldest

NEWEST_REPLIES: "-reply"

Sort comments based on replies from newest to oldest

OLDEST: "created_at"

Sort comments from oldest to newest

OLDEST_REPLIES: "reply"

Sort comments based on replies from oldest to newest

Generated using TypeDoc