We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
await client.ban_chat_member(chat_id, user_id) result:
await client.ban_chat_member(chat_id, user_id)
changed restrictions for --- indefinitely −Send stickers & GIFs −Embed links −Send polls −Change info −Add users −Pin messages −Create topics −Send photos −Send video files −Send video messages −Send music −Send voice messages −Send files −Send messages
await client.unban_chat_member(chat_id, user_id) result:
await client.unban_chat_member(chat_id, user_id)
changed restrictions for --- indefinitely +Send stickers & GIFs +Embed links +Send polls +Change info +Add users +Pin messages +Send photos +Send video files +Send video messages +Send music +Send voice messages +Send files +Send messages
missing Create topics here, causing the the user to stay in the exceptions list
ban then unban
await client.ban_chat_member(chat_id, user_id) await asyncio.sleep(1) await client.unban_chat_member(chat_id, user_id)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
and reproduced the issue using the latest development versionDescription
await client.ban_chat_member(chat_id, user_id)
result:await client.unban_chat_member(chat_id, user_id)
result:missing Create topics here, causing the the user to stay in the exceptions list
Steps to reproduce
ban then unban
Code example
Logs
No response
The text was updated successfully, but these errors were encountered: