telegram-bot-bash/db.json

31 lines
555 B
JSON
Raw Normal View History

{
2019-05-24 08:53:20 +00:00
"usage":
{
"ok":true,
2021-01-01 08:40:34 +00:00
"url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/usage?",
"description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash, replace usage with the dataset you want to query"
2019-05-24 08:53:20 +00:00
} ,
"false":
{
"ok":false,
"error_code":404,
"description":"Not Found"
} ,
2021-01-01 08:40:34 +00:00
"true":
{
"ok":true,
"description":"Test for ok"
} ,
"getMe":
{
"ok":true,
"result":
{
"id":123456789,
"is_bot":true,
"first_name":"bashbot",
"username":"TestBotBash"
}
}
}