feat(ThreadManager): add slowmode option on thread creation (#6989)

Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
Suneet Tipirneni
2021-11-17 16:47:50 -05:00
committed by GitHub
parent c0ba2d46d0
commit 493e4f9350
3 changed files with 6 additions and 0 deletions

View File

@@ -797,6 +797,7 @@ class Message extends Base {
* @property {ThreadAutoArchiveDuration} [autoArchiveDuration=this.channel.defaultAutoArchiveDuration] The amount of
* time (in minutes) after which the thread should automatically archive in case of no recent activity
* @property {string} [reason] Reason for creating the thread
* @property {number} [rateLimitPerUser] The rate limit per user (slowmode) for the thread in seconds
*/
/**