mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2024-11-04 15:33:51 +00:00
15 lines
434 B
JSON
15 lines
434 B
JSON
|
{
|
||
|
"botToken": "bot token from @BotFather",
|
||
|
"apiUrl": "(optional) can be used if you are using your bot server",
|
||
|
"clientConfig": {
|
||
|
"proxy": {
|
||
|
"host": "localhost",
|
||
|
"port": 1080,
|
||
|
"username": "optional",
|
||
|
"password": "optional"
|
||
|
},
|
||
|
"connectTimeout": "(optional) number, milliseconds",
|
||
|
"writeTimeout": "(optional) number, milliseconds",
|
||
|
"readTimeout": "(optional) number, milliseconds"
|
||
|
}
|
||
|
}
|