ZstartThread
Creates a new thread in the specified channel, optionally attaching it to an existing message, and returns the thread ID if requested.
Syntax
ZstartThread{name;channelID;messageID?;archiveDuration?;returnID?;private?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| name | string | Yes | - |
| channelID | snowflake | Yes | - |
| messageID | snowflake | No | - |
| archiveDuration | integer | No | 60 |
| returnID | boolean | No | false |
| private | boolean | No | - |
Example
ZstartThread{My Thread;123456789012345678;;;;false}