mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
26 lines
997 B
JSON
26 lines
997 B
JSON
|
|
{
|
||
|
|
"meta": {},
|
||
|
|
"group": {
|
||
|
|
"title": "Available methods",
|
||
|
|
"anchor": "available-methods"
|
||
|
|
},
|
||
|
|
"object": {
|
||
|
|
"anchor": "getmanagedbottoken",
|
||
|
|
"name": "getManagedBotToken",
|
||
|
|
"description": "Use this method to get the token of a managed bot. Returns the token as String on success.",
|
||
|
|
"html_description": "<p>Use this method to get the token of a managed bot. Returns the token as <em>String</em> on success.</p>",
|
||
|
|
"rst_description": "Use this method to get the token of a managed bot. Returns the token as *String* on success.",
|
||
|
|
"annotations": [
|
||
|
|
{
|
||
|
|
"type": "Integer",
|
||
|
|
"required": true,
|
||
|
|
"description": "User identifier of the managed bot whose token will be returned",
|
||
|
|
"html_description": "<td>User identifier of the managed bot whose token will be returned</td>",
|
||
|
|
"rst_description": "User identifier of the managed bot whose token will be returned\n",
|
||
|
|
"name": "user_id"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"category": "methods"
|
||
|
|
}
|
||
|
|
}
|