mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
Add idempotent_id to chat and threads services (#64)
* Add idempotent_id to chat and threads services * Rename
This commit is contained in:
@@ -39,9 +39,10 @@ message CreateChatResponse {
|
||||
}
|
||||
|
||||
message CreateMessageRequest {
|
||||
string chat_id = 1;
|
||||
string author_id = 2;
|
||||
string text = 3;
|
||||
string id = 1;
|
||||
string chat_id = 2;
|
||||
string author_id = 3;
|
||||
string text = 4;
|
||||
}
|
||||
|
||||
message CreateMessageResponse {
|
||||
|
||||
Reference in New Issue
Block a user