Open pietroalbini opened 8 years ago
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
botogram.Message.from_ (issue #44) should also be removed.
botogram.Message.from_
Yeah, forgot to add that.
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)