🔥 Burn Fat Fast. Discover How! 💪

Hello :) with the new update of Bots API was introduced the fi | Kotlin Telegram Bot API Library (tgbotapi)

Hello :) with the new update of Bots API was introduced the field has_protected_content. I suppose, that this field will be added as additional interface PossiblyProtectedContentMessage, but when I tried to add it, I faced to the fact that all Possibly* interfaces could be extenders of ContentMessage instead of just Message. The problem here is that ContentMessage require generic parameter and result PossiblyReplyMessage could looks like:

* PossiblyReplyMessage when it extends ContentMessage
* PossiblyReplyMessage when it extends ContentMessage

So, lets answer next question - what would be better?