Fix message ack schema

This commit is contained in:
Rory&
2025-12-02 21:29:54 +01:00
parent 9ce07b71ef
commit 0c059c9c83
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,7 @@
export interface MessageAcknowledgeSchema {
manual?: boolean;
mention_count?: number;
flags?: ReadStateFlags;
flags?: ReadStateFlags | 0;
last_viewed?: number;
token?: string;
}