OneBot 12¶
- Schemes:
onebot12://
,onebot12s://
- Format: text
- Homepage: https://12.onebot.dev/
- API Documentation: https://12.onebot.dev/interface/message/actions/#send_message
List of all supported services: Services
URL Format¶
onebot12://{access_token}@{host}:{port}/private/{user_id}
onebot12://{access_token}@{host}:{port}/group/{group_id}
onebot12://{access_token}@{host}:{port}/channel/{guild_id}/{channel_id}
onebot12s://{access_token}@{host}:{port}/private/{user_id}
onebot12s://{access_token}@{host}:{port}/group/{group_id}
onebot12s://{access_token}@{host}:{port}/channel/{guild_id}/{channel_id}
access_token
: Optional. The access token of your bot.host
andport
: The address of the service.user_id
: The id of the user.group_id
: The group number.guild_id
andchannel_id
: The ids for the guild and channel.
Query Parameters¶
None