Comments Object
Relationships
graph LR
Comments -->|"pull_request"| PullRequests
Comments -->|"parent"| Comments
Properties
The unique identifier for the comment
The author of the comment
The unique identifier for the author
The type of the author
userbot
The username of the author
The body of the comment
The content of the comment
The format of the comment body
markdownhtmlplaintext
The commit the comment is associated with
The SHA of the commit
The date and time when the comment was created
The line number the comment is associated with (for review comments)
The parent comment this is a reply to
The unique identifier for the comment
The file path the comment is associated with (for review comments)
The pull request that the comment belongs to
The unique identifier for the pull request
The number of the pull request
Raw data returned from the remote API call.
The type of the comment
conversation_commentreview_comment
The date and time when the comment was last updated