Skip to content

1.3.17 - updating MessageContent format

Compare
Choose a tag to compare
@OvidijusParsiunas OvidijusParsiunas released this 18 Oct 15:53
· 468 commits to main since this release

Previously the MessageContent format allowed only one data type to be transferred and stored per message. This has now changed to allow multiple data types such as text and html in the same message.
The file property has also been changed to a files array. This is to allow multiple files to be stored within the same message and to be more consistent with the Response format.