v0.3.1: Access to message attachments #64
Closed
wneessen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release introduces a couple of new methods on the
Msg
, which will help theMsg.Middleware
to deal withMsg
attachments.To get the
Msg
attachments, we can now use theMsg.GetAttachments()
methods to get the list of currently assigned attachments to the Msg.To set the
Msg
attachments, we can now use theMsg.SetAttachments()
methods to set a list of*File
asMsg
attachments.What's Changed
Full Changelog: v0.3.0...v0.3.1
This discussion was created from the release v0.3.1: Access to message attachments.
Beta Was this translation helpful? Give feedback.
All reactions