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 #24) - [ ] `botogram.frozenbot.FrozenBot.init_shared_memory` (issue #24) - [ ] `botogram.bot.Bot.init_shared_memory` (issue #24) - [ ] `botogram.objects.Message.from_` (issue #44) - [ ] `botogram.objects.Message.new_chat_participant` (issue #60) - [ ] `botogram.objects.Message.left_chat_participant` (issue #60) - [ ] `botogram.bot.Bot.hide_commands` (issue #19) - [ ] `botogram.bot.Bot.send` (issue #65) - [ ] `botogram.bot.Bot.send_photo` (issue #65) - [ ] `botogram.bot.Bot.send_audio` (issue #65) - [ ] `botogram.bot.Bot.send_voice` (issue #65) - [ ] `botogram.bot.Bot.send_video` (issue #65) - [ ] `botogram.bot.Bot.send_file` (issue #65) - [ ] `botogram.bot.Bot.send_location` (issue #65) - [ ] `botogram.bot.Bot.send_sticker` (issue #65)
Before the release of botogram 1.0, there are some deprecated features which needs to be removed:
botogram.decorators.pass_botbotogram.decorators.pass_sharedbotogram.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)