Telegram APIBots
bots.getAdminedBots
Get a list of bots owned by the current user
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspaceId*string
Workspace ID
accountId*string
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
params*
Get a list of bots owned by the current user
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/bots.getAdminedBots" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "result": { "_": "userEmpty", "id": 0 }}