From de5eeb05dd8bdb4d098509b68b4731007d1a4324 Mon Sep 17 00:00:00 2001 From: ksasha Date: Tue, 13 Jun 2017 10:54:23 +0200 Subject: [PATCH] Footer support Footer text and image URL added to attachment --- SlackAPI/Attachment.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SlackAPI/Attachment.cs b/SlackAPI/Attachment.cs index 06bcd1a..25ae63f 100644 --- a/SlackAPI/Attachment.cs +++ b/SlackAPI/Attachment.cs @@ -19,6 +19,9 @@ public class Attachment public string thumb_url; public string[] mrkdwn_in; public AttachmentAction[] actions; + + public string footer; + public string footer_icon; } public class Field{