diff --git a/examples/webhook_examples/webhook_fastapi_echo_bot.py b/examples/webhook_examples/webhook_fastapi_echo_bot.py index 433b9a1..7eb97ab 100644 --- a/examples/webhook_examples/webhook_fastapi_echo_bot.py +++ b/examples/webhook_examples/webhook_fastapi_echo_bot.py @@ -33,7 +33,7 @@ telebot.logger.setLevel(logging.INFO) bot = telebot.TeleBot(API_TOKEN) -app = fastapi.FastAPI() +app = fastapi.FastAPI(docs=None, redoc_url=None) # Process webhook calls