telegram-bot-bash/db.json
2019-05-24 10:12:50 +02:00

26 lines
299 B
JSON

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