Record
create-params
No description available.
record create-params {
token: string,
channels: option<string>,
description: option<string>,
handle: option<string>,
include-count: option<bool>,
name: string,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| channels | option<string> | |
| description | option<string> | |
| handle | option<string> | |
| include-count | option<bool> | |
| name | string |