2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Add ChatJoinRequest bound methods docs

This commit is contained in:
Dan
2022-02-01 11:01:02 +01:00
parent aaaa97c77a
commit b9424c7455
2 changed files with 19 additions and 0 deletions

View File

@@ -544,6 +544,11 @@ def pyrogram_api():
inline_query="""
InlineQuery
InlineQuery.answer
""",
chat_join_request="""
ChatJoinRequest
ChatJoinRequest.approve
ChatJoinRequest.decline
"""
)