mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 22:45:09 +00:00
comment the chats proto
This commit is contained in:
@@ -20,7 +20,7 @@ message Chat {
|
|||||||
string id = 1;
|
string id = 1;
|
||||||
// list of users in the chat
|
// list of users in the chat
|
||||||
repeated string user_ids = 2;
|
repeated string user_ids = 2;
|
||||||
// RFC3339Nano timestamp
|
// RFC3339 Nano timestamp e.g 2006-01-02T15:04:05.999999999Z07:00
|
||||||
string created_at = 3;
|
string created_at = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ message Message {
|
|||||||
string chat_id = 3;
|
string chat_id = 3;
|
||||||
// text within the message
|
// text within the message
|
||||||
string text = 4;
|
string text = 4;
|
||||||
// RFC3339Nano timestamp
|
// RFC3339 Nano timestamp e.g 2006-01-02T15:04:05.999999999Z07:00
|
||||||
string sent_at = 5;
|
string sent_at = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user