diff options
Diffstat (limited to 'Project-Unite/Models/Notification.cs')
| -rw-r--r-- | Project-Unite/Models/Notification.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Project-Unite/Models/Notification.cs b/Project-Unite/Models/Notification.cs index dd13e5b..5870d76 100644 --- a/Project-Unite/Models/Notification.cs +++ b/Project-Unite/Models/Notification.cs @@ -12,6 +12,9 @@ namespace Project_Unite.Models public string Discriminator { get; set; } public DateTime Timestamp { get; set; } public bool IsRead { get; set; } - + public string AvatarUrl { get; set; } + public string Title { get; set; } + public string Description { get; set; } + public string ActionUrl { get; set; } } }
\ No newline at end of file |
