mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Bot object has no longer provide prepare_object
This commit is contained in:
parent
3e505a653b
commit
f7795d9d45
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ class WebhookRequestHandler(web.View):
|
|||
"""
|
||||
data = await self.request.json()
|
||||
update = types.Update(**data)
|
||||
bot.prepare_object(update, parent=bot)
|
||||
return update
|
||||
|
||||
async def post(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue