Open API
The Bot Open API is designed for backend and automation integration scenarios. It covers authentication, group joining, group members, message sending, file handling, callback events, and permission limits.
Main Topics
- General authentication rules and request header requirements
- Adding a Bot to a group via the API
- Group members
- Sending messages and message operations
- File upload and download
- Callback events and event restrictions
- Common troubleshooting tips
Integration Recommendations
- Understand how
bot_tokenis used - Complete the minimum viable flow of sending a text message
- Add file upload and file message capabilities
- Configure
callback_urland verify callbacks - Finally, review permission limits and error handling