add components to message create schema
This commit is contained in:
parent
9c8a80693d
commit
c4701a3299
Binary file not shown.
@ -54,4 +54,6 @@ export interface MessageCreateSchema {
|
|||||||
**/
|
**/
|
||||||
attachments?: Attachment[];
|
attachments?: Attachment[];
|
||||||
sticker_ids?: string[];
|
sticker_ids?: string[];
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
components?: any[];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user