Make notify better

This commit is contained in:
2024-07-15 23:45:26 +08:00
parent 74c9ce063b
commit 59bda7a411
2 changed files with 46 additions and 33 deletions

View File

@ -15,10 +15,11 @@ message NotifyUserRequest {
}
message NotifyRequest {
string title = 1;
string subtitle = 2;
string body = 3;
bytes metadata = 4;
string topic = 1;
string title = 2;
optional string subtitle = 3;
string body = 4;
bytes metadata = 5;
}
message NotifyResponse {