⬆️ New Notification APIs support Passport New Features
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user