diff --git a/src/quickbot/main.py b/src/quickbot/main.py index b60ec1b..291a343 100644 --- a/src/quickbot/main.py +++ b/src/quickbot/main.py @@ -174,7 +174,6 @@ class QBotApp(Generic[UserType, ConfigType], FastAPI): language_code=None if locale == "default" else locale, ) - async def set_webhook(self): await self.bot.set_webhook( url=f"{self.config.TELEGRAM_WEBHOOK_URL}/telegram/webhook", @@ -183,7 +182,6 @@ class QBotApp(Generic[UserType, ConfigType], FastAPI): secret_token=self.config.TELEGRAM_WEBHOOK_AUTH_KEY, ) - async def show_form( self, app_state: State,