summary refs log tree commit diff
path: root/dist/models/Message.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Message.d.ts')
-rw-r--r--dist/models/Message.d.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/models/Message.d.ts b/dist/models/Message.d.ts

index 403e84c3..cd0fc7a0 100644 --- a/dist/models/Message.d.ts +++ b/dist/models/Message.d.ts
@@ -8,8 +8,8 @@ export interface Message { webhook_id?: bigint; application_id: bigint; content: string; - timestamp: number; - edited_timestamp: number; + timestamp: Date; + edited_timestamp: Date; tts: boolean; mention_everyone: boolean; mention_user_ids: bigint[]; @@ -69,7 +69,7 @@ export interface Embed { type?: string; description?: string; url?: string; - timestamp?: number; + timestamp?: Date; color?: number; footer?: { text: string; @@ -136,7 +136,7 @@ export declare const Embed: { type: StringConstructor; description: StringConstructor; url: StringConstructor; - timestamp: NumberConstructor; + timestamp: DateConstructor; color: NumberConstructor; footer: { text: StringConstructor;