Skip to content
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e6b77db
Close #3197 again :)
Bibo-Joshi Aug 29, 2022
758d146
fix rendering of message type
harshil21 Aug 29, 2022
d2bdb07
Merge branch 'master' into doc-fixes
harshil21 Aug 29, 2022
83c073f
Unify Args and Attributes in tg.Message (#3217)
simonfongnt Sep 1, 2022
962b619
Linkcheck fixes
Bibo-Joshi Sep 2, 2022
947e911
Improvement: Make note section a list
Poolitzer Sep 4, 2022
fa2ced6
Automatic insertion of Keyword arguments for bot methods
harshil21 Sep 16, 2022
31b1698
don't rely on exclusion list for argument insertion
harshil21 Sep 17, 2022
cfa0ec6
Merge branch 'master' into doc-fixes
Bibo-Joshi Sep 19, 2022
0eaae67
add new properties to bot attributes overview
Bibo-Joshi Sep 19, 2022
07a09a9
Small render fix
Bibo-Joshi Sep 22, 2022
1491f5e
Docs Search Overhaul (#3218)
harshil21 Sep 22, 2022
0270d67
Merge branch 'master' into doc-fixes
Bibo-Joshi Sep 22, 2022
02bf133
Rendering fixes in CDC
Bibo-Joshi Sep 26, 2022
b7742c7
Elaborate Docstrings in `telegram.helpers` (#3271)
rglsk Oct 1, 2022
291f1e7
Fix: Remove unnecessary recursive argument
Poolitzer Oct 8, 2022
708589c
Merge branch 'master' into doc-fixes
Bibo-Joshi Oct 13, 2022
132a85e
Merge remote-tracking branch 'origin/doc-fixes' into doc-fixes
Bibo-Joshi Oct 13, 2022
e6f6270
Fixed incorrect docstring in `Application.run_webhook` (#3289)
Oct 13, 2022
cba6107
Unify docstrings in WebhookInfo(#3292)
Oct 14, 2022
e606a06
Merge branch 'master' into doc-fixes
Bibo-Joshi Oct 23, 2022
5a4ec25
Elaborate the docs of App.chat/user_data
Bibo-Joshi Oct 23, 2022
c3e336f
unify args and attributes docstrings in Chat class (#3303)
HatimZ Oct 24, 2022
2227d88
Elaborate on running the Application along other asyncio frameworks
Bibo-Joshi Oct 25, 2022
ed5a073
Improve toctrees to avoid sideeffects of sphinx-doc/sphinx#10807 and …
Bibo-Joshi Oct 25, 2022
d93e6dc
Unifying the docs for the Poll class. (#3312)
RobiMez Oct 27, 2022
7550815
Merge branch 'master' into doc-fixes
Bibo-Joshi Oct 30, 2022
0903495
Document dunder methods of `TelegramObject` (#3319)
Bibo-Joshi Oct 30, 2022
8fa8511
fix broken paramref in __eq__
harshil21 Oct 30, 2022
985203d
Add references to wiki (#3306)
lemontree210 Oct 31, 2022
d868692
Merge branch 'master' into doc-fixes
Bibo-Joshi Oct 31, 2022
bac08aa
Fix two dead links
Bibo-Joshi Oct 31, 2022
a831b78
merge `origin/doc-fixes`
lemontree210 Nov 27, 2022
56e3308
mention default value for `allow_reentry` in `ConversationHandler` do…
lemontree210 Nov 27, 2022
5f89a68
fix: remove duplicate links to Conversation bot examples
lemontree210 Nov 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions telegram/ext/_conversationhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class ConversationHandler(BaseHandler[Update, CCT]):
handled.
allow_reentry (:obj:`bool`, optional): If set to :obj:`True`, a user that is currently in a
conversation can restart the conversation by triggering one of the entry points.
Default is :obj:`False`.
per_chat (:obj:`bool`, optional): If the conversation key should contain the Chat's ID.
Default is :obj:`True`.
per_user (:obj:`bool`, optional): If the conversation key should contain the User's ID.
Expand Down