Authentication
TypeX Bot runtime APIs use Bearer Token authentication uniformly.
Authorization: Bearer {bot_token}
Used by All Bot APIs
- Sending messages
- Uploading resources
- Downloading files
- Editing messages
- Adding Bot to group
- ......
TypeX Bot runtime APIs use Bearer Token authentication uniformly.
Authorization: Bearer {bot_token}