telegram-bot-bash/db.json

32 lines
501 B
JSON

{
"usage":
{
"ok":true,
"url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/",
"description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash"
} ,
"false":
{
"ok":false,
"error_code":404,
"description":"Not Found"
} ,
"ok":
{
"ok":true,
"description":"Ttest for ok"
} ,
"getMe":
{
"ok":true,
"result":
{
"id":123456789,
"is_bot":true,
"first_name":"bashbot",
"username":"TestBotBash"
}
}
}