WeComBot
This library implements an interface to communicate with a WeCom Bot instance. Not all Message Type are implemented, but patches are welcome.
Usage
Add this to your Cargo.toml or run cargo add wecom_bot:
[]
= "0.2.0"
If you need to use async client:
Here's a simple example that send markdown and text messages by using blocking api:
use ;
License
This project is licensed under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)