mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2025-09-02 06:39:24 +00:00
update dependencies, gradle wrapper and example config
This commit is contained in:
15
example.config.json
Normal file
15
example.config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user