mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat(types): add defaultAutoArchiveDuration field to Channel (#1043)
This commit is contained in:
@@ -56,4 +56,6 @@ export interface Channel {
|
||||
threadMetadata?: ThreadMetadata;
|
||||
/** Thread member object for the current user, if they have joined the thread, only included on certain API endpoints */
|
||||
member?: ThreadMember;
|
||||
/** Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080 */
|
||||
defaultAutoArchiveDuration?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user