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

This commit is contained in:
Suneet Tipirneni
2022-01-20 01:03:44 +02:00
committed by GitHub
parent 4194bd9054
commit d95d9562dc
2 changed files with 8 additions and 0 deletions
+4
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 {
+4
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 {