Skip to content
selfus edited this page Jul 14, 2017 · 6 revisions

Release Note

v2.2.0

v2.1.5

v2.1.3

  • Added new methods: getChat, leaveChat, getChatAdministrators, getChatMember, getChatMembersCount.
  • New fields: edited_message in Update, edit_date in Message, user in MessageEntity. New value text_mention for the type field in MessageEntity.

v2.0.5

  • Bug Fix
  • ReplyKeyboardMarkup support string in bot2.0

v2.0.0

  • Support Telegram Bot 2.0 API's new features.

v1.4.2

  • Add disable_notification parameter.
  • Added setters for message/inline/chosen-inline handlers.

v1.4.1

  • All Message's attributes default to None. Don't need hasattr to check attribute.
  • Inline mode support.
  • Add InlineQueryResultArticle, InlineQueryResultPhoto, InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultVideo
  • Add new method answer_inline_query
  • Add new inline_handler

v1.4.0

  • Code clean up
  • Bugs fix

v0.3.8

  • Add webhook support.
  • Better error handling.
  • Add threaded parameter for telebot constructor. Allowing users to decide telebot to use thread for polling method.

v0.3.7

  • Bug fix : fix race-condition for register_for_reply.
  • Add timeout parameter for polling method

v0.3.6

  • New type File supported.
  • New method download_file added.

v0.3.5

  • Hotfix handler lambda bug.

v0.3.4

  • send_message add parse_mode parameter support. More information: https://core.telegram.org/bots/api#recent-changes
  • Add get_updates method to telebot class. Can use this method to get update object.
  • Remove time.sleep() from polling method. Use optional block parameter