add components to message create schema

This commit is contained in:
Puyodead1
2023-12-06 10:34:53 -05:00
parent 9c8a80693d
commit c4701a3299
2 changed files with 2 additions and 0 deletions
Binary file not shown.
+2
View File
@@ -54,4 +54,6 @@ export interface MessageCreateSchema {
**/
attachments?: Attachment[];
sticker_ids?: string[];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
components?: any[];
}