Skip to content

Commit 64a4de2

Browse files
authored
Merge pull request #112 from ksasha/master
Footer support
2 parents 4b4edab + de5eeb0 commit 64a4de2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SlackAPI/Attachment.cs

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public class Attachment
1919
public string thumb_url;
2020
public string[] mrkdwn_in;
2121
public AttachmentAction[] actions;
22+
23+
public string footer;
24+
public string footer_icon;
2225
}
2326

2427
public class Field{

0 commit comments

Comments
 (0)