mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-07-03 08:35:08 +00:00
Document that a property/method which can live on an interface/class must be declared there and overridden per implementation, instead of a common extension that dispatches with a when over every subtype; shared logic goes into a companion-object function or an internal top-level helper. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>