This commit is contained in:
2026-03-01 22:00:47 +03:00
parent 6402b4cfb1
commit 0cf6865b0d
4 changed files with 27 additions and 17 deletions

View File

@@ -224,6 +224,7 @@ message ListMessageRequest {
string chat_id = 2 [(validate.rules).string = {
uuid: true,
}];
int32 user_id = 3 [(validate.rules).int32.gt = 0];
}
message ListMessageResponse {