telegram-crawler/data/server/test/bot/BotFather.json
2022-06-19 11:30:08 +00:00

73 lines
No EOL
2.2 KiB
JSON

{
"full_user": {
"_": "types.UserFull",
"id": 3593,
"settings": {
"_": "types.PeerSettings",
"report_spam": false,
"add_contact": false,
"block_contact": false,
"share_contact": false,
"need_contacts_exception": false,
"report_geo": false,
"autoarchived": false,
"invite_members": false,
"request_chat_broadcast": false
},
"notify_settings": {
"_": "types.PeerNotifySettings"
},
"common_chats_count": 1,
"blocked": false,
"phone_calls_available": false,
"phone_calls_private": false,
"can_pin_message": true,
"has_scheduled": false,
"video_calls_available": false,
"bot_info": {
"_": "types.BotInfo",
"description": "Use me to create new bots in Telegram.",
"commands": [
{
"_": "types.BotCommand",
"command": "newbot",
"description": "create a new bot"
},
{
"_": "types.BotCommand",
"command": "cancel",
"description": "cancel the current operation"
}
]
}
},
"users": [
{
"_": "types.User",
"id": 3593,
"is_self": false,
"contact": false,
"mutual_contact": false,
"deleted": false,
"bot": true,
"bot_chat_history": false,
"bot_nochats": false,
"verified": false,
"restricted": false,
"min": false,
"bot_inline_geo": false,
"support": false,
"scam": false,
"apply_min_photo": true,
"fake": false,
"bot_attach_menu": false,
"premium": false,
"attach_menu_enabled": false,
"access_hash": "crawler",
"first_name": "BotFather",
"username": "botfather",
"bot_info_version": 3,
"restriction_reason": []
}
]
}