diff --git a/src/TgBotLib/Abstracts/UpdateEvent.php b/src/TgBotLib/Abstracts/UpdateEvent.php index 3b938ae..69df341 100644 --- a/src/TgBotLib/Abstracts/UpdateEvent.php +++ b/src/TgBotLib/Abstracts/UpdateEvent.php @@ -30,5 +30,11 @@ return EventType::UPDATE_EVENT; } + /** + * Abstract method to handle the bot instance. + * + * @param Bot $bot The bot instance to be handled. + * @return void + */ public abstract function handle(Bot $bot): void; } \ No newline at end of file