Document thread.create_timestamp

This commit is contained in:
lts20050703
2022-01-26 18:02:37 +07:00
parent 4ed54a91b5
commit c1975f70f1

View File

@@ -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;
}