telegram-bot-bash/db.json

26 lines
299 B
JSON
Raw Normal View History

{
"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"
}
}
}