ZeditThread
Edits one or more properties of an existing thread such as name, archived state, archive duration, lock status, and slowmode.
Syntax
ZeditThread{threadID;name?;archived?;archiveDuration?;locked?;slowmode?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| threadID | snowflake | Yes | - |
| name | string | No | - |
| archived | boolean | No | - |
| archiveDuration | integer | No | - |
| locked | boolean | No | - |
| slowmode | integer | No | - |
Example
ZeditThread{123456789012345678;Updated Name;;;false;10}