Decorators in class methods – Telegram API
I'm trying to apply decorator from another class on method in my class... it is my implementation of this Telegram API wrapper library: https://github.com/eternnoir/pyTelegramBotAPI But in my example want to use it not from script - but as method of…