Add missing fields to MessageAcknowledgeSchema

I'm not entirely sure what these fields do, but I've added them to make the client happy.
This commit is contained in:
SupremeMortal
2024-09-15 17:42:23 +01:00
parent 28715f7949
commit 12eab21c83
@@ -19,4 +19,7 @@
export interface MessageAcknowledgeSchema {
manual?: boolean;
mention_count?: number;
flags?: number;
last_viewed?: number;
token?: string;
}