We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before the release of botogram 1.0, there are some deprecated features which needs to be removed:
botogram.decorators.pass_bot
botogram.decorators.pass_shared
botogram.components.Component.add_shared_memory_initializer
botogram.frozenbot.FrozenBot.init_shared_memory
botogram.bot.Bot.init_shared_memory
botogram.objects.Message.from_
botogram.objects.Message.new_chat_participant
botogram.objects.Message.left_chat_participant
botogram.bot.Bot.hide_commands
botogram.bot.Bot.send
botogram.bot.Bot.send_photo
botogram.bot.Bot.send_audio
botogram.bot.Bot.send_voice
botogram.bot.Bot.send_video
botogram.bot.Bot.send_file
botogram.bot.Bot.send_location
botogram.bot.Bot.send_sticker
The text was updated successfully, but these errors were encountered:
botogram.Message.from_ (issue #44) should also be removed.
botogram.Message.from_
Sorry, something went wrong.
Yeah, forgot to add that.
No branches or pull requests
Before the release of botogram 1.0, there are some deprecated features which needs to be removed:
botogram.decorators.pass_bot
botogram.decorators.pass_shared
botogram.components.Component.add_shared_memory_initializer
(issue Rename init_shared_memory to prepare_memory #24)botogram.frozenbot.FrozenBot.init_shared_memory
(issue Rename init_shared_memory to prepare_memory #24)botogram.bot.Bot.init_shared_memory
(issue Rename init_shared_memory to prepare_memory #24)botogram.objects.Message.from_
(issue Rename Message.from_ to Message.sender #44)botogram.objects.Message.new_chat_participant
(issue Rename chat membership fields of the Message objects #60)botogram.objects.Message.left_chat_participant
(issue Rename chat membership fields of the Message objects #60)botogram.bot.Bot.hide_commands
(issue Change the API for hiding commands #19)botogram.bot.Bot.send
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_photo
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_audio
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_voice
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_video
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_file
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_location
(issue Add support for bot.chat(id) and deprecate bot.send* #65)botogram.bot.Bot.send_sticker
(issue Add support for bot.chat(id) and deprecate bot.send* #65)The text was updated successfully, but these errors were encountered: