mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-07 01:42:26 +00:00
It was supposed to return None for the spots were it failed to fwd a message, but instead only those that were present were returned, because we were iterating over the wrong object (dict and not list).