You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️WARNING!⚠️
After one of the upcoming Bot API updates, some user identifiers will become bigger than 2^31 - 1 and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
https://core.telegram.org/bots/api-changelog#march-9-2021
java-telegram-bot-api/library/src/main/java/com/pengrad/telegrambot/model/User.java
Line 12 in 82a949b
The text was updated successfully, but these errors were encountered: