Currently, there is a debugging feature that allows a dump of the contents of the Telegram API, getUpdates. It is using the manager class's send_api_command function, which is now private.
Add a public "get_updates" function to the class so the debug feature can use that.
Currently, there is a debugging feature that allows a dump of the contents of the Telegram API, getUpdates. It is using the manager class's send_api_command function, which is now private. Add a public "get_updates" function to the class so the debug feature can use that.