Azure.Communication.Messages_1.1.0
版本发布时间: 2024-10-19 03:25:22
Azure/azure-sdk-for-net最新发布版本:Azure.ResourceManager.Maps_1.1.0(2024-11-26 14:48:43)
1.1.0 (2024-10-18)
Features Added
- Added support for additional media message types: documents, videos, and audio.
- Introduced the following new models for enhanced media notifications:
-
DocumentNotificationContent
: for sending document notifications. -
VideoNotificationContent
: for sending video notifications. -
AudioNotificationContent
: for sending audio notifications. -
ImageNotificationContent
: for sending image notifications.
-
Other Changes
- The
MediaNotificationContent
model, previously used for sending image notifications, is being deprecated. A deprecation warning will inform users to transition to the newImageNotificationContent
model for future use.