mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 13:54:08 +00:00
add components to message create schema
This commit is contained in:
Binary file not shown.
@@ -54,4 +54,6 @@ export interface MessageCreateSchema {
|
||||
**/
|
||||
attachments?: Attachment[];
|
||||
sticker_ids?: string[];
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
components?: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user