feat(APIThreadMetadata): add create_timestamp field (#301)

This commit is contained in:
Suneet Tipirneni
2022-01-19 18:03:44 -05:00
committed by GitHub
parent 4194bd9054
commit d95d9562dc
2 changed files with 8 additions and 0 deletions

View File

@@ -707,6 +707,10 @@ export interface APIThreadMetadata {
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
*/
invitable?: boolean;
/**
* Timestamp when the thread was created; only populated for threads created after 2022-01-09
*/
create_timestamp?: string;
}
export enum ThreadAutoArchiveDuration {

View File

@@ -707,6 +707,10 @@ export interface APIThreadMetadata {
* Whether non-moderators can add other non-moderators to the thread; only available on private threads
*/
invitable?: boolean;
/**
* Timestamp when the thread was created; only populated for threads created after 2022-01-09
*/
create_timestamp?: string;
}
export const enum ThreadAutoArchiveDuration {