TelegramBotAPI-bot_template/example.config.json

16 lines
314 B
JSON
Raw Permalink Normal View History

2022-06-16 21:25:46 +00:00
{
2023-10-11 15:02:36 +00:00
"token": "your bot token",
"client": {
"connectionTimeoutMillis": 10000,
"requestTimeoutMillis": 10000,
"responseTimeoutMillis": 10000,
"proxy": {
"hostname": "127.0.0.1",
"port": 1080,
"type": "socks",
"username": "username",
"password": "password"
}
}
2022-06-16 21:25:46 +00:00
}