We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed6247 commit 8dfbc29Copy full SHA for 8dfbc29
modules/core/src/main/java/org/mycontroller/standalone/settings/TelegramBotSettings.java
@@ -57,7 +57,7 @@ public static TelegramBotSettings get() {
57
}
58
return TelegramBotSettings.builder()
59
.token(token)
60
- .id(McUtils.getInteger(getValue(SKEY_ID)))
+ .id(McUtils.getLong(getValue(SKEY_ID)))
61
.isBot(McUtils.getBoolean(getValue(SKEY_IS_BOT)))
62
.firstName(getValue(SKEY_FIRST_NAME))
63
.username(getValue(SKEY_USERNAME)).build();
0 commit comments