⬆️ New Notification APIs support Passport New Features

This commit is contained in:
2024-07-19 23:30:55 +08:00
parent da433c8861
commit 607eba001f
2 changed files with 54 additions and 31 deletions

View File

@ -26,8 +26,10 @@ message NotifyRequest {
optional string subtitle = 3;
string body = 4;
bytes metadata = 5;
bool is_realtime = 6;
bool is_force_push = 7;
optional string avatar = 6;
optional string picture = 7;
bool is_realtime = 8;
bool is_force_push = 9;
}
message NotifyResponse {