mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
push was updated
This commit is contained in:
@@ -4,6 +4,7 @@ public class PushMessage
|
||||
{
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Body { get; set; } = string.Empty;
|
||||
public string Tag { get; set; } = string.Empty;
|
||||
public Dictionary<string, string> Data { get; set; } = new();
|
||||
public string? ChannelId { get; set; } = "chat_messages"; //for Android
|
||||
}
|
||||
Reference in New Issue
Block a user