mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
fix threads proto
This commit is contained in:
@@ -105,8 +105,9 @@ message ListMessagesResponse {
|
||||
}
|
||||
|
||||
message RecentMessagesRequest {
|
||||
repeated string thread_ids = 1;
|
||||
int64 limit_per_thread = 2;
|
||||
string group_id = 1;
|
||||
repeated string thread_ids = 2;
|
||||
int64 limit_per_thread = 3;
|
||||
}
|
||||
|
||||
message RecentMessagesResponse {
|
||||
|
||||
Reference in New Issue
Block a user