### Checklist - [X] I am sure the error is coming from Pyrogram's code and not elsewhere - [X] I have searched in the issue tracker for similar bug reports, including closed ones - [X] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version ### Description When running the project **"woto-scp"** this problem occurs. ### Steps to reproduce . ### Code example _No response_ ### Logs ```shell client.get_forum_topics_by_id( File "/root/pourghorban-scp/woto-scp/ven v-scp/lib/python3.10/site-packages/ pyrogram/methods/chats/get_forum_to pics_by_id.py", line 76, in get_forum_topics_by_id for i in r: TypeError: 'ForumTopics' object is not iterable dispatcher.py:276 ERROR: 'ForumTopics' object is not iterable Traceback (most recent call last): File "/root/pourghorban-scp/woto-scp/venv-scp/lib/python3.10/site-packag es/pyrogram/dispatcher.py", line 231, in handler_worker await parser(update, users, chats) File "/root/pourghorban-scp/woto-scp/venv-scp/lib/python3.10/site-packag es/pyrogram/dispatcher.py", line 85, in edited_message_parser parsed, _ = await message_parser(update, users, chats) File "/root/pourghorban-scp/woto-scp/venv-scp/lib/python3.10/site-packag es/pyrogram/dispatcher.py", line 73, in message_parser await pyrogram.types.Message._parse( File "/root/pourghorban-scp/woto-scp/venv-scp/lib/python3.10/site-packag es/pyrogram/types/messages_and_media/message.py", line 1130, in _parse parsed_message.topic = await client.get_forum_topics_by_id( File "/root/pourghorban-scp/woto-scp/venv-scp/lib/python3.10/site-packag es/pyrogram/methods/chats/get_forum_topics_by_id.py", line 76, in get_foru m_topics_by_id for i in r: TypeError: 'ForumTopics' object is not iterable ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Pourghorban and has received 0 comments.