telegram-bot-bash/db.json

24 lines
250 B
JSON
Raw Normal View History

{
"false": [
{
"ok":false,
"error_code":404,
"description":"Not Found"
}
],
"ok": [
{
"ok": true,
"description": "test for ok"
}
],
"getMe": [
{
"ok": true,
"result": [
"username": "TestBotBash"
]
}
]
}