Skip to content

Commit

Permalink
Add missing fields to MessageAcknowledgeSchema
Browse files Browse the repository at this point in the history
I'm not entirely sure what these fields do, but I've added them to make the client happy.
  • Loading branch information
SupremeMortal committed Sep 15, 2024
1 parent 28715f7 commit 12eab21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util/schemas/MessageAcknowledgeSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@
export interface MessageAcknowledgeSchema {
manual?: boolean;
mention_count?: number;
flags?: number;
last_viewed?: number;
token?: string;
}

0 comments on commit 12eab21

Please sign in to comment.