Inumedia/SlackAPI

UpdateAsync error when try update attachment

Opened this issue · 0 comments

Hi there, i try send message with attachment and update with same attahment. Send works fine and Update have error

image

I think its because Send and Update messages have different serialize code for attachments. Send have
new JsonSerializerSettings() { NullValueHandling = NullValueHandling.Ignore }))

and update dont have it