update dependencies, gradle wrapper and example config

This commit is contained in:
2021-03-06 22:33:54 +06:00
parent 471834c3c3
commit 26199f704f
4 changed files with 21 additions and 3 deletions

15
example.config.json Normal file
View 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"
}
}