Open akarsh1995 opened 2 years ago
It is difficult to implement, because we beed to know if message is updated correctly and resend in case if errors.
Let's consider it's the developer's call, is it possible to implement it ?
The main difficulty is that we cannot store message id to edit it infuture if we send it in such manner. Probably this will not be implemented
It helps to reduce the api calls hence less overhead.
Check code for reference in aiogram webhook example: https://github.com/aiogram/aiogram/blob/dea94d2574893f4d0e7df358852a543ef9214217/examples/webhook_example.py#L34
More description can be found here: https://github.com/telegram-bot-rb/telegram-bot/issues/59#issue-286285905