fix and update

This commit is contained in:
lendry
2026-06-25 16:01:41 +03:00
parent ce58e6f4c1
commit 3880c68d59
40 changed files with 1715 additions and 215 deletions

View File

@@ -147,6 +147,8 @@ message ChatMessageResponse {
string senderId = 3;
string senderName = 4;
bool senderHasAvatar = 5;
bool senderIsVerified = 17;
optional string senderVerificationIcon = 18;
string type = 6;
optional string content = 7;
optional string replyToId = 8;