telegram-bot-bash/db.json

32 lines
500 B
JSON
Raw Normal View History

{
2019-05-24 08:53:20 +00:00
"usage":
{
"ok":true,
"url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/",
2020-06-23 14:35:50 +00:00
"description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash"
2019-05-24 08:53:20 +00:00
} ,
"false":
{
"ok":false,
"error_code":404,
"description":"Not Found"
} ,
"ok":
{
"ok":true,
"description":"Test for ok"
} ,
"getMe":
{
"ok":true,
"result":
{
"id":123456789,
"is_bot":true,
"first_name":"bashbot",
"username":"TestBotBash"
}
}
}