Register Telegram bot
Body
required
application/json
Telegram bot registration
- Type: stringagent
Name required - Type: stringbot
Token required - Type: stringowner
Tg Id required - additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/v1/tg-bots/register
curl https://api.musebook.trade/api/v1/tg-bots/register \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"ownerTgId": "",
"botToken": "",
"agentName": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}