Traceback (most recent call last): File "/root/telegram-delete-all-messages/cleaner.py", line 154, in <module> deleter.select_groups() File "/root/telegram-delete-all-messages/cleaner.py", line 67, in select_groups chats = self.get_all_chats() File "/root/telegram-delete-all-messages/cleaner.py", line 57, in get_all_chats dialogs = app.get_dialogs(pinned_only=True) File "/usr/local/lib/python3.9/site-packages/pyrogram/sync.py", line 53, in async_to_sync_wrap coroutine = function(*args, **kwargs) TypeError: get_dialogs() got an unexpected keyword argument 'pinned_only'  How to fix it ? Thks !