Conversation
Copy link
Copy Markdown
Member
- Updates the notes on which messages can be edited for
Message.edit_*, closes Doc strings on Message.edit_ #1932 - Updates the docstring on the
thumbargument ofBot.send_*andInputMedia*, closes Doc strings for Thumbs #1938 - Shortens the description of
InputMedia*attributes: I.e. the limitations should be listet for the arguments, but not for the attributes - Corrects the type statements of
InputMedia.{media, thumb}: After initializing both are eitherstring,Audio/Video/...orInputFile - Corrects attribute docstring of
Updater.user_sig_handler - Improves rendering of
CallbackContextsattributes ("Optional" goes in the description, not in the type)