hello again, I've read the documentation about Logging, and is there any example of how it works? the idea is to record all conversation into database, and trying new Telegram.Telegram('YOUR_TOKEN', {
logger: new MyLogger() , create a class with name MyLogger extend BaseLogger doesn't seems to work