Is your feature request related to a problem? Please describe.
It is commonly known that Telegram Bot API has some strange using of functions, e.g. DeleteWebhook with a parameter drop_pending_updates uses for skip pending updates when you start your bot with polling.
Describe the solution you'd like
I suggest to make in 3.x the skip_updates parameter as in 2.x, which will use DeleteWebhook function. But to prevent known bug which will not ignore last update ignore it at a framework side.
Describe alternatives you've considered
May be skip_updates parameter will raise an exception with information about (Dispatcher).delete_webhook(drop_pending_update=True)
Is your feature request related to a problem? Please describe.
It is commonly known that Telegram Bot API has some strange using of functions, e.g. DeleteWebhook with a parameter drop_pending_updates uses for skip pending updates when you start your bot with polling.
Describe the solution you'd like
I suggest to make in 3.x the skip_updates parameter as in 2.x, which will use DeleteWebhook function. But to prevent known bug which will not ignore last update ignore it at a framework side.
Describe alternatives you've considered
May be skip_updates parameter will raise an exception with information about (Dispatcher).delete_webhook(drop_pending_update=True)