Skip to content

Commit 17dde30

Browse files
committed
Added attachments field to Message class
1 parent 1c51217 commit 17dde30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SlackAPI/Message.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class Message : SlackSocketMessage
1616
/// </summary>
1717
public string username;
1818
public string text;
19+
public Attachment[] attachments;
1920
public bool is_starred;
2021
public string permalink;
2122
public Reaction[] reactions;

0 commit comments

Comments
 (0)