Record
comment
No description available.
record comment {
type-op: string,
content: option<comment-content>,
created-on: option<string>,
deleted: option<bool>,
id: option<s32>,
inline: option<comment-inline>,
links: option<comment-links>,
parent: option<string>,
updated-on: option<string>,
user: option<account>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| content | option<comment-content> | |
| created-on | option<string> | |
| deleted | option<bool> | |
| id | option<s32> | |
| inline | option<comment-inline> | |
| links | option<comment-links> | |
| parent | option<string> | |
| updated-on | option<string> | |
| user | option<account> |