Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.78 KB

File metadata and controls

33 lines (23 loc) · 1.78 KB

FlatApi.ScoreComment

Properties

Name Type Description Notes
id String The comment unique identifier [optional]
type String The type of the comment [optional]
user String The author unique identifier [optional]
score String The unique identifier of the score where the comment was posted [optional]
revision String The unique identifier of revision the comment was posted [optional]
replyTo String When the comment is a reply to another comment, the unique identifier of the parent comment [optional]
_date Date The date when the comment was posted [optional]
modificationDate Date The date of the last comment modification [optional]
comment String The comment text that can includes mentions using the following format: `@[id:username]`. [optional]
rawComment String A raw version of the comment, that can be displayed without parsing the mentions. [optional]
context ScoreCommentContext [optional]
mentions [String] The list of user identifier mentioned on the score [optional]
resolved Boolean For inline comments, the comment can be marked as resolved and will be hidden in the future responses [optional]
resolvedBy String If the user is marked as resolved, this will contain the unique identifier of the User who marked this comment as resolved [optional]
spam Boolean `true if the message has been detected as spam and hidden from other users [optional]

Enum: TypeEnum

  • document (value: "document")

  • inline (value: "inline")