Record
get-teams-params
No description available.
record get-teams-params {
token: string,
channel-id: string,
cursor: option<string>,
limit: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| channel-id | string | |
| cursor | option<string> | |
| limit | option<s32> |