Hi! This fix is already merged, but it’s not available in Maven Central yet.
We’re hitting a runtime crash on getUpdates with large DirectMessagesTopic.topic_id values (e.g. 5178351069), because current released artifact still parses it as int and Gson throws:
NumberFormatException: Expected an int but was 5178351069 ... path $.result[0].message.direct_messages_topic.topic_id
Could you please cut a patch release (e.g. 9.2.1) including this change? It’s blocking production deployments. Thanks!