Record
invite-params
No description available.
record invite-params {
token: string,
channel-ids: string,
custom-message: option<string>,
email: string,
guest-expiration-ts: option<string>,
is-restricted: option<bool>,
is-ultra-restricted: option<bool>,
real-name: option<string>,
resend: option<bool>,
team-id: string,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| channel-ids | string | |
| custom-message | option<string> | |
| string | ||
| guest-expiration-ts | option<string> | |
| is-restricted | option<bool> | |
| is-ultra-restricted | option<bool> | |
| real-name | option<string> | |
| resend | option<bool> | |
| team-id | string |