You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure the error is coming from Pyrogram's code and not elsewhere
I have searched in the issue tracker for similar bug reports, including closed ones
I ran pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip and reproduced the issue using the latest development version
Description
Sometimes while using bound methods the method doesn't work however it may or may not throw errors.
I was using success = Message.chat.unban_member(user_id) and was printing success it is showing true in the console however user is not getting unbanned. This is the most recent example I have faced it few more times while using bound methods
Steps to reproduce
Use Message.chat.ban_member(user_id) then use Message.chat.unban_member(user_id)
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
and reproduced the issue using the latest development versionDescription
Sometimes while using bound methods the method doesn't work however it may or may not throw errors.
I was using
success = Message.chat.unban_member(user_id)
and was printing success it is showing true in the console however user is not getting unbanned. This is the most recent example I have faced it few more times while using bound methodsSteps to reproduce
Use
Message.chat.ban_member(user_id)
then useMessage.chat.unban_member(user_id)
Code example
Logs
The text was updated successfully, but these errors were encountered: