This commit is contained in:
2026-02-23 23:56:20 +03:00
parent d675d3ab9f
commit 6402b4cfb1
5 changed files with 238 additions and 118 deletions

View File

@@ -26,7 +26,7 @@ interface ListMessages {
}
interface CreateMessage {
type: 'MESSAGE_CREATE'
type: 'CREATE_MESSAGE'
data: {
chat_id: string
text: string