We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 0552066 + 12eab21 commit 0fffa7fCopy full SHA for 0fffa7f
src/util/schemas/MessageAcknowledgeSchema.ts
@@ -19,4 +19,7 @@
19
export interface MessageAcknowledgeSchema {
20
manual?: boolean;
21
mention_count?: number;
22
+ flags?: number;
23
+ last_viewed?: number;
24
+ token?: string;
25
}
0 commit comments