выполнение встаёт, ничего дальше не происходит
Вплане
Вот тебе пример моего кода print(1) msg = '' async for msg in client.iter_messages(src_id): msg = msg break print(2)
Вообще там было на get_messages, но раз уж доку скинул для iter, переделал на него. Эффект всё равно одинаковый
Не совсем понял. Можешь переформулировать?
wait_time (`int`): Wait time (in seconds) between different :tl:`GetHistoryRequest`. Use this parameter to avoid hitting the ``FloodWaitError`` as needed. If left to `None`, it will default to 1 second only if the limit is higher than 3000. If the ``ids`` parameter is used, this time will default to 10 seconds only if the amount of IDs is higher than 300.
message (`str` | `Message <telethon.tl.custom.message.Message>`): The message to be sent, or another message object to resend. The maximum length for a message is 35,000 bytes or 4,096 characters. Longer messages will not be sliced automatically, and you should slice them manually if the text to send is longer than said length.
30 секунд за 10 запросов. Если я правильно помню, на каждое сообщение нужен 1 запрос. Я пытаюсь получить всего 1 сообщение + я уже говорил про то что телетон оповещает в консоли о том, что уходит спать из-за флуда
Обсуждают сегодня