mirror of
https://github.com/Stone-Red-Software/StoneRed.NetificationApi.git
synced 2026-09-04 08:46:05 +02:00
Add Schedule property to SendNotificationData
This commit is contained in:
@@ -83,6 +83,7 @@ Console.WriteLine("Send notification");
|
||||
SendNotificationData sendNotificationData = new SendNotificationData
|
||||
{
|
||||
NotificationId = notificationId,
|
||||
Schedule = DateTime.Now.AddSeconds(10),
|
||||
User = new NotificationUser
|
||||
{
|
||||
Id = userId
|
||||
|
||||
Reference in New Issue
Block a user