TGTGInsighttelegram intelligenceLIVE / telegram public index
← python-telegram-bot
python-telegram-bot avatar

TGINSIGHT POST

Post #86

@pythontelegrambotchannel

python-telegram-bot

Views14,100Post view count
PostedMay 205/02/2020, 10:34 AM
Post content

Post content

We've just released v12.7 Thanks for anyone who've contributed to this release. As usual, upgrade using pip install -U python-telegram-bot Major Changes: - Bot API 4.8 support. Note: The Dice object now has a second positional argument emoji. This is relevant, if you instantiate Dice objects manually. (#1917) - Added tzinfo argument to helpers.from_timestamp. It now returns an timezone aware object. This is relevant for Message.{date,forward_date,edit_date}, Poll.close_date and ChatMember.until_date (#1621) New Features: - New method run_mothly for the JobQueue (#1705) - Job.next_t now gives the datetime of the jobs next execution (#1685) Minor changes, CI improvements, doc fixes or bug fixes: - Stabalize CI (#1919, #1931) - Use ABCs @abstractmethod instead of raising NotImplementedError for Handler, BasePersistence and BaseFilter (#1905) - Doc fixes (#1914, #1902, #1910)