mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Document thread.create_timestamp
This commit is contained in:
@@ -10,4 +10,6 @@ export interface ThreadMetadata {
|
||||
locked?: boolean;
|
||||
/** whether non-moderators can add other non-moderators to a thread; only available on private threads */
|
||||
invitable?: boolean;
|
||||
/** Timestamp when the thread was created; only populated for threads created after 2022-01-09 */
|
||||
createTimestamp: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user