1 unstable release
0.1.0 | Feb 6, 2024 |
---|
#17 in #focused
45KB
996 lines
dingtalk-stream-sdk-rust
This an UNOFFICIAL Rust SDK focused on the development of DingTalk robots.
USE IT ON YOUR OWN RISK
Reference to DingTalk open platform docs here
Major Function
The functions included in SDK:
- Receive message from conversation between user and robot
- Receive message from group conversation when robot has been @
- Send various types of message to bulk users (or single user)
- Send message to specific group conversation
- Download media file user sent
- Upload media file sent to users
- Create group chat
See more details in examples
Additional helper proc-macro
provide a proc-macro to make construct SampleActionCard2
~ SampleActionCard5
more convernient.
see more in action_card!
Dependencies
~9–24MB
~386K SLoC