mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Added extra dependencies and fixed tests
This commit is contained in:
@ -152,7 +152,7 @@ class AsyncWebhookListener:
|
||||
self.app.add_api_route(endpoint=self.process_update,path= self._url_path, methods=["POST"])
|
||||
|
||||
|
||||
async def process_update(self, request: fastapi.Request):
|
||||
async def process_update(self, request):
|
||||
"""
|
||||
Processes updates.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user