edreux
Results
2
comments of
edreux
A fiddler trace shows that the content is returned. Actually, the Message class does not contain the Attachment and File structure.
I have added in the Message class and it works: public List attachments; public List files; public class Message : SlackSocketMessage { public string channel; public DateTime ts; public string...