From 38cb526100898881663917cc78c5a708b9de650f Mon Sep 17 00:00:00 2001 From: lts20050703 <87189679+lts20050703@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:58:37 +0700 Subject: [PATCH] should be string --- src/types/channels/threads/threadMetadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/channels/threads/threadMetadata.ts b/src/types/channels/threads/threadMetadata.ts index 93fecbc1e..209d0862d 100644 --- a/src/types/channels/threads/threadMetadata.ts +++ b/src/types/channels/threads/threadMetadata.ts @@ -11,5 +11,5 @@ export interface ThreadMetadata { /** 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; + createTimestamp: string; }