Files
js_tool_clone/sample/bot.json.sample
root e9d164c703 .
2021-07-05 01:09:48 -04:00

11 lines
571 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"user_id": "你的USERID去除双引号",
"bot_token": "你的机器人TOKEN",
"api_id": "https://my.telegram.org 在该网站申请到的id",
"api_hash": "https://my.telegram.org 在该网站申请到的hash",
"proxy": "是否使用代理true 或者false去除双引号",
"proxy_type": "socks5或者http或者https",
"proxy_add": "代理IP地址例如192.168.99.100",
"proxy_port": "代理端口,不需要双引号例如 5890",
"StartCMD": "是否开启CMD命令建议填false开启填true去除双引号"
}