mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 18:37:26 +00:00
Add ChatJoinRequest bound methods docs
This commit is contained in:
parent
aaaa97c77a
commit
b9424c7455
@ -544,6 +544,11 @@ def pyrogram_api():
|
||||
inline_query="""
|
||||
InlineQuery
|
||||
InlineQuery.answer
|
||||
""",
|
||||
chat_join_request="""
|
||||
ChatJoinRequest
|
||||
ChatJoinRequest.approve
|
||||
ChatJoinRequest.decline
|
||||
"""
|
||||
)
|
||||
|
||||
|
14
compiler/docs/template/bound-methods.rst
vendored
14
compiler/docs/template/bound-methods.rst
vendored
@ -91,3 +91,17 @@ InlineQuery
|
||||
:hidden:
|
||||
|
||||
{inline_query_toctree}
|
||||
|
||||
ChatJoinRequest
|
||||
---------------
|
||||
|
||||
.. hlist::
|
||||
:columns: 2
|
||||
|
||||
{chat_join_request_hlist}
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
{chat_join_request_toctree}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user