Open edreux opened 5 years ago
A fiddler trace shows that the content is returned. Actually, the Message class does not contain the Attachment and File structure.
I'm actually not very familiar with the rich content stuff, could you post some of the raw JSON here?
I have added in the Message class and it works:
public List
public class Message : SlackSocketMessage
{
public string channel;
public DateTime ts;
public string user;
///
I'm calling GetChannelHistoryAsync(channel) and the message that contains gif, video, etc... are empty. ( In this case message.text is empty and there are no other fields that contain the data)?
How do I return the rich text content? Should I call another API to grab the content?