mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Signal Notifications
(cherry picked from commit 59dd3b11271a63ea16f0e32a596dba8e9b9d1096)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Core.Notifications.Signal
|
||||
{
|
||||
public class SignalPayload
|
||||
{
|
||||
public string Message { get; set; }
|
||||
public string Number { get; set; }
|
||||
public string[] Recipients { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user