Releases: hackerzgz/wecom_bot
Releases · hackerzgz/wecom_bot
v0.2.0
Features
- Creating
WeComBot
client through static str is not limited to just theString
type. - WeCom bot message type
image
,news
andfile
support. - For setting
mentioned_list
andmentioned_mobile_list
as independent methods. - Add
upload
API to send local media files to support the wecom bot message typefile
.
Performance
- Use
Cow<str>
instead ofString
in message body to avoid memory copy.