Configuration Reference
Version:1.0.0-M1
Chatbots Basecamp Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Sets whether this configuration is enabled. Default true. |
Chatbots Basecamp Http Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables the controller. Default value true. |
|
java.lang.String |
Path to the controller. Default value "/basecamp". |
Chatbots Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether chatbots is enabled. Default value (true). |
|
java.lang.String |
The folder to look for bot commands. |
|
java.util.List |
Possible static command file extensions. Default values MARKDOWN HTML TXT |
Chatbots Telegram Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Telegram’s token |
|
java.lang.String |
bot username prefixed with @ |
|
boolean |
Sets whether this configuration is enabled. Default true. |
Chatbots Telegram Http Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables the controller. Default value true . |
|
java.lang.String |
Path to the controller. Default value "/telegram" . |