Skip to content

Tags: Exzik/pyTelegramBotAPI

Tags

3.2.0

Toggle 3.2.0's commit message
Fix file dic.

3.1.0

Toggle 3.1.0's commit message
Update version.

2.2.3

Toggle 2.2.3's commit message
Version update.

Chnage log:
- Fix InlineQueryResultGame's reply_makrup bug.
- Remove type param from InlineQueryResultGame contractor.

2.2.0

Toggle 2.2.0's commit message
Version update.

Change log:
* Gaming platform new methods.
* Other change in October 3, 2016 update.
(https://core.telegram.org/bots/api/#recent-changes)

2.1.5

Toggle 2.1.5's commit message
Merge branch 'bug-fix#202'

2.1.3

Toggle 2.1.3's commit message
Update version.

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.

2.0.5

Toggle 2.0.5's commit message
Update test.

2.0.0

Toggle 2.0.0's commit message
Update rst readme.

1.4.2

Toggle 1.4.2's commit message
Version Update.

Change log:
- Add disable_notification parameter.
- Added setters for message/inline/chosen-inline handlers.

1.4.1

Toggle 1.4.1's commit message
Version Update.

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