- 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
.
- Use
Cow<str>
instead ofString
in message body to avoid memory copy.
- Message type
text
andmarkdown
support. - Wecom bot synchronize / asynchronize client support.