Skip to content

Releases: mullwar/telebot

v2.0.0-beta.3

20 Apr 07:32
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
🌟 Version 2.0.0-beta.3

v1.4.0

13 Jun 07:27
Compare
Choose a tag to compare
Version 1.4.0

v1.3.0

11 Mar 17:19
Compare
Choose a tag to compare
Version 1.3.0

v1.2.6

04 Apr 20:02
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v1.2.5

19 Mar 21:25
Compare
Choose a tag to compare
Version 1.2.5

v1.2.4

17 Mar 07:48
Compare
Choose a tag to compare
Version 1.2.4

1.2.3

30 Jul 20:23
Compare
Choose a tag to compare

☀️ New:

  • Added Bot API 3.1 & 3.2 support.

:octocat: Contributors:

1.2.2

11 Jun 08:48
Compare
Choose a tag to compare
v1.2.2

Version 1.2.2

1.2.1

10 Jun 07:35
Compare
Choose a tag to compare

✏️ Changes:

  • Use Telegram bot api named methods (d9a8ab1).
  • Align props names with Telegram bot api names (924b79a).
  • inlineChoice to chosenInlineResult (3fd38af).
  • Rename .use() to .plug() (abaea01).

1.2.0

19 May 07:56
Compare
Choose a tag to compare

☀️ New:

  • Full payments support!
  • Added new methods for payments: sendInvoice, answerShippingQuery, and answerPreCheckoutQuery (8289a10).
  • Video note support with a new sendVideoNote method (07c83b2).
  • Added a new type of button, the pay button to InlineKeyboardButton (5adfdd3).
  • New deleteMessage method.
  • Added bot payment example (2d41311).

✏️ Changes:

  • Aligned method shortcuts names with Telegram Bot API names (608788d).

🐛 Fixes: