mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
change: ThreadMetadata#archiverId has been removed
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
export interface ThreadMetadata {
|
||||
/** Whether the thread is archived */
|
||||
archived: boolean;
|
||||
/** Id of the user that last archived or unarchived the thread */
|
||||
archiverId?: string;
|
||||
/** Duration in minutes to automatically archive the thread after recent activity */
|
||||
autoArchiveDuration: 60 | 1440 | 4320 | 10080;
|
||||
// TODO(threads): channel struct should convert this to a unixx
|
||||
|
||||
Reference in New Issue
Block a user