Record
forum-post-response
No description available.
record forum-post-response {
is-pinned: option<bool>,
ignore-status: option<ignores-ignore-response>,
is-active: option<bool>,
is-announcement: option<bool>,
last-reply-timestamp: option<string>,
latest-reply-author-id: option<s64>,
latest-reply-post-id: option<s64>,
locale: option<string>,
popularity: option<s32>,
thumbnail: option<string>,
url-media-type: option<s32>,
user-has-muted-post: option<bool>,
user-has-rated: option<bool>,
user-rating: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| is-pinned | option<bool> | |
| ignore-status | option<ignores-ignore-response> | |
| is-active | option<bool> | |
| is-announcement | option<bool> | |
| last-reply-timestamp | option<string> | |
| latest-reply-author-id | option<s64> | |
| latest-reply-post-id | option<s64> | |
| locale | option<string> | |
| popularity | option<s32> | |
| thumbnail | option<string> | |
| url-media-type | option<s32> | |
| user-has-muted-post | option<bool> | |
| user-has-rated | option<bool> | |
| user-rating | option<s32> |