mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
Merge pull request #1790 from discordeno/for-1788
feat(types): add rateLimitPerUser to StartThreadBase
This commit is contained in:
@@ -6,6 +6,8 @@ export interface StartThreadBase {
|
||||
name: string;
|
||||
/** Duration in minutes to automatically archive the thread after recent activity */
|
||||
autoArchiveDuration: 60 | 1440 | 4320 | 10080;
|
||||
/** Amount of seconds a user has to wait before sending another message (0-21600) */
|
||||
rateLimitPerUser?: number | null;
|
||||
/** The reason you are creating the thread */
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user