You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parameter tgs_sticker to Bot.create_new_sticker_set
Add parameter tgs_sticker to Bot.add_sticker_to_set
Add StickerSet.thumb
Add Bot.set_sticker_set_thumb
Add warning about changed parameter order for Bot.create_new_sticker_set and Bot.add_sticker_to_set to release notes
My suggestions for according new functionality:
Add Filters.dice to filter messages containing a dice
Allow Filters.dice(1) and Filters.dice([1, 5]) to filters for dices with specific values
Somehow allow to treat a dice message as text message with the corresponding emoji via Filters.text and Message.effective_message?
Maybe add a description attribute to CommandHandler and a method Dispatcher.set_bot_commands that automatically sets the bot commands by retrieving them from the registered handlers?
Pure API updates:
DiceBot.send_diceMessage.diceMessage.reply_diceBotCommandBot.get_my_commandsBot.set_my_commandsBot.commandspropertytgs_stickertoBot.create_new_sticker_settgs_stickertoBot.add_sticker_to_setStickerSet.thumbBot.set_sticker_set_thumbBot.create_new_sticker_setandBot.add_sticker_to_setto release notesMy suggestions for according new functionality:
Filters.diceto filter messages containing a diceFilters.dice(1)andFilters.dice([1, 5])to filters for dices with specific valuesFilters.textandMessage.effective_message?Maybe add adescriptionattribute toCommandHandlerand a methodDispatcher.set_bot_commandsthat automatically sets the bot commands by retrieving them from the registered handlers?