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

28 lines
309 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"
}
}
]
}