add action card

This commit is contained in:
2019-12-31 22:57:18 +08:00
parent 8a77749d12
commit 6a6df0a84d
3 changed files with 146 additions and 22 deletions

View File

@@ -28,8 +28,11 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
#### Changelog
* v0.4.0
* `TEXT` -> `Text` ..., change enum caps
* Add `ActionCard` message, send action card message type
* v0.3.0
* Add `FEEDCARD` message, send feed card message type
* Add `FeedCard` message, send feed card message type
* v0.2.1
* Add `Dingtalk::from_json`, read token from JSON string
* v0.2.0