Checklist
Description
When sending a sequence of videos to a chat, after some time this exception is returned to me.
Steps to reproduce
Just send multiple videos in sequence until you are limited by the Telegram API.
Code example
No response
Logs
File "C:\Users\kingr\AppData\Roaming\uv\tools\tg-tools\Lib\site-packages\hydrogram\errors\rpc_error.py", line 98, in raise_it
raise getattr(import_module("hydrogram.errors"), exceptions[error_code][error_id])(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'hydrogram.errors' has no attribute 'FloodPremiumWait'
module 'hydrogram.errors' has no attribute 'FloodPremiumWait'
Checklist
pip3 install -U https://github.com/hydrogram/hydrogram/archive/dev.zipand reproduced the issue using the latest development versionDescription
When sending a sequence of videos to a chat, after some time this exception is returned to me.
Steps to reproduce
Just send multiple videos in sequence until you are limited by the Telegram API.
Code example
No response
Logs