Record
post-comments-params
No description available.
record post-comments-params {
fields: option<list<string>>,
item: option<post-comments-body-item>,
message: string,
tagged-message: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fields | option<list<string>> | |
| item | option<post-comments-body-item> | |
| message | string | |
| tagged-message | option<string> |