Skip to content

v0.3.1: Access to message attachments

Compare
Choose a tag to compare
@wneessen wneessen released this 12 Oct 15:10
· 984 commits to main since this release
da089fc

This release introduces a couple of new methods on the Msg, which will help the Msg.Middleware to deal with Msg attachments.

To get the Msg attachments, we can now use the Msg.GetAttachments() methods to get the list of currently assigned attachments to the Msg.

To set the Msg attachments, we can now use the Msg.SetAttachments() methods to set a list of *File as Msg attachments.

What's Changed

Full Changelog: v0.3.0...v0.3.1