mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Add missing bound methods to docs
This commit is contained in:
parent
5599182fd1
commit
8b4c326365
@ -412,11 +412,15 @@ def pyrogram_api():
|
|||||||
Chat.unban_member
|
Chat.unban_member
|
||||||
Chat.restrict_member
|
Chat.restrict_member
|
||||||
Chat.promote_member
|
Chat.promote_member
|
||||||
|
Chat.join
|
||||||
|
Chat.leave
|
||||||
""",
|
""",
|
||||||
user="""
|
user="""
|
||||||
User
|
User
|
||||||
User.archive
|
User.archive
|
||||||
User.unarchive
|
User.unarchive
|
||||||
|
User.block
|
||||||
|
User.unblock
|
||||||
""",
|
""",
|
||||||
callback_query="""
|
callback_query="""
|
||||||
Callback Query
|
Callback Query
|
||||||
|
Loading…
Reference in New Issue
Block a user