Skip to content

Releases: eternnoir/pyTelegramBotAPI

Version 3.1.0

01 Jul 03:26
Compare
Choose a tag to compare

Version 2.2.3

31 Oct 17:31
Compare
Choose a tag to compare

Change log:

Version 2.2.0

29 Oct 13:47
Compare
Choose a tag to compare

Change log:

Version 2.1.5

06 Jul 02:29
Compare
Choose a tag to compare

Version 2.1.3

07 Jun 11:59
Compare
Choose a tag to compare

Change log:

  • 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.

Version 2.0.5

03 May 13:33
Compare
Choose a tag to compare

Change log:

  • Bug Fix
  • ReplyKeyboardMarkup support string in bot2.0

Version 2.0.0

18 Apr 06:02
Compare
Choose a tag to compare

Change log:

  • Support Telegram Bot 2.0 API's new features.

Version 1.4.2

27 Feb 03:59
Compare
Choose a tag to compare

Change log:

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

Version 1.4.1

06 Jan 13:40
Compare
Choose a tag to compare

Change log:

  • 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

Version 1.4.0

26 Oct 14:37
Compare
Choose a tag to compare

Change log:

  • Code clean up
  • Bugs fix