There was an error while loading. Please reload this page.
1 parent aaaa97c commit b9424c7Copy full SHA for b9424c7
2 files changed
compiler/docs/compiler.py
@@ -544,6 +544,11 @@ def get_title_list(s: str) -> list:
544
inline_query="""
545
InlineQuery
546
InlineQuery.answer
547
+ """,
548
+ chat_join_request="""
549
+ ChatJoinRequest
550
+ ChatJoinRequest.approve
551
+ ChatJoinRequest.decline
552
"""
553
)
554
compiler/docs/template/bound-methods.rst
@@ -91,3 +91,17 @@ InlineQuery
91
:hidden:
92
93
{inline_query_toctree}
94
+
95
+ChatJoinRequest
96
+---------------
97
98
+.. hlist::
99
+ :columns: 2
100
101
+ {chat_join_request_hlist}
102
103
+.. toctree::
104
+ :hidden:
105
106
+ {chat_join_request_toctree}
107
0 commit comments