mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-10-31 23:52:30 +00:00
31 lines
555 B
JSON
31 lines
555 B
JSON
{
|
|
"usage":
|
|
{
|
|
"ok":true,
|
|
"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"
|
|
} ,
|
|
"false":
|
|
{
|
|
"ok":false,
|
|
"error_code":404,
|
|
"description":"Not Found"
|
|
} ,
|
|
"true":
|
|
{
|
|
"ok":true,
|
|
"description":"Test for ok"
|
|
} ,
|
|
"getMe":
|
|
{
|
|
"ok":true,
|
|
"result":
|
|
{
|
|
"id":123456789,
|
|
"is_bot":true,
|
|
"first_name":"bashbot",
|
|
"username":"TestBotBash"
|
|
}
|
|
}
|
|
}
|