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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 new ImageNotificationContent model for future use.