fix docker for tauri app

This commit is contained in:
lendry
2026-06-26 16:43:17 +03:00
parent f1068edc89
commit 3ab48d8537
11 changed files with 220 additions and 76 deletions

View File

@@ -186,6 +186,7 @@ message SubmitBotInboundMessageRequest {
string senderUserId = 1;
string botRef = 2;
string text = 3;
optional string roomId = 4;
}
message SubmitBotInboundMessageResponse {
@@ -210,6 +211,7 @@ message SubmitBotCallbackQueryResponse {
message ListBotChatMessagesRequest {
string userId = 1;
string botRef = 2;
optional string roomId = 3;
}
message BotChatMessageItem {