fix message timestamp typing

This commit is contained in:
Skillz
2020-12-27 11:32:00 -05:00
parent 108142f025
commit 727d07d25e
+1 -1
View File
@@ -165,7 +165,7 @@ export interface Message {
/** The contents of the message */
content: string;
/** When this message was sent */
timestamp: string;
timestamp: number;
/** When this message was edited (if it was not edited, null) */
editedTimestamp?: number;
/** Whether this was a TextToSpeech message. */