2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Add more Chat bound methods (#383)

* Add more bound methods

Bound methods for get_chat_member, get_chat_members, iter_chat_members, add_chat_members

* Update compiler.py

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
Real Phoenix
2020-04-06 14:22:38 +02:00
committed by Dan
parent 850b79315f
commit 207d451a01
2 changed files with 128 additions and 9 deletions

View File

@@ -450,6 +450,10 @@ def pyrogram_api():
Chat.unban_member
Chat.restrict_member
Chat.promote_member
Chat.get_member
Chat.get_members
Chat.iter_members
Chat.add_members
Chat.join
Chat.leave
""",