Record
created-comment
No description available.
record created-comment {
body: option<string>,
body-markdown: option<string>,
can-flag: option<bool>,
comment-id: option<s32>,
creation-date: option<s32>,
edited: option<bool>,
link: option<string>,
owner: option<created-comment-owner>,
post-id: option<s32>,
post-type: option<string>,
reply-to-user: option<created-comment-reply-to-user>,
score: option<s32>,
upvoted: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| body | option<string> | |
| body-markdown | option<string> | |
| can-flag | option<bool> | |
| comment-id | option<s32> | |
| creation-date | option<s32> | |
| edited | option<bool> | |
| link | option<string> | |
| owner | option<created-comment-owner> | |
| post-id | option<s32> | |
| post-type | option<string> | |
| reply-to-user | option<created-comment-reply-to-user> | |
| score | option<s32> | |
| upvoted | option<bool> |