You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, i try send message with attachment and update with same attahment. Send works fine and Update have error
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
The text was updated successfully, but these errors were encountered:
Hi there, i try send message with attachment and update with same attahment. Send works fine and Update have error
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
The text was updated successfully, but these errors were encountered: