pull/432/head
Ben Meadors 2024-02-08 10:12:37 -06:00
rodzic 16c05e31a9
commit eda5e8cee2
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -51,6 +51,11 @@ message GeoChat {
* The text message
*/
string message = 1;
/*
* Uid recipient of the message
*/
optional string to = 2;
}
/*