v2: user_id added to recepient msg

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-12-10 15:09:54 +03:30
parent 5df728fd9c
commit 4b1ff1c31d
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -226,7 +226,9 @@ message Recipient {
string key = 1;
optional string first_name = 2;
optional string last_name = 3;
optional string public_key = 4;
optional int64 user_id = 4;
optional string public_key = 5;
}
message LookUpNameReq {
@ -235,4 +237,4 @@ message LookUpNameReq {
message LookUpNameRes {
Recipient recipient = 1;
}
}