initial additions

slack-refactor
Robin Dadswell 3 years ago
parent 5855773842
commit bf8d21cd52

@ -0,0 +1,13 @@
namespace NzbDrone.Core.Notifications.Slack.Payloads
{
public class Block
{
public string Fallback { get; set; }
public string Title { get; set; }
public string Text { get; set; }
public string Color { get; set; }
}
}

@ -0,0 +1,14 @@
namespace NzbDrone.Core.Notifications.Slack.Payloads
{
public enum BlockType
{
Actions,
Context,
Divider,
File,
Header,
Image,
Input,
Section
}
}
Loading…
Cancel
Save