botogram
botogram copied to clipboard
Remove deprecated features
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)
botogram.Message.from_ (issue #44) should also be removed.
Yeah, forgot to add that.