botogram icon indicating copy to clipboard operation
botogram copied to clipboard

Remove deprecated features

Open pietroalbini opened this issue 9 years ago • 2 comments

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)

pietroalbini avatar Mar 22 '16 22:03 pietroalbini

botogram.Message.from_ (issue #44) should also be removed.

thesharp avatar Mar 27 '16 21:03 thesharp

Yeah, forgot to add that.

pietroalbini avatar Mar 28 '16 09:03 pietroalbini