telebot

The easy way to write Telegram bots in Node.js

MIT License

Downloads
14.4K
Stars
1.5K
Committers
27

Bot releases are hidden (Show)

telebot - v2.0.0-beta.3 Latest Release

Published by mullwar over 3 years ago

telebot - v1.4.0

Published by mullwar over 4 years ago

telebot - v1.3.0

Published by mullwar over 4 years ago

telebot - v1.2.6

Published by mullwar over 6 years ago

telebot - v1.2.5

Published by mullwar over 6 years ago

telebot - v1.2.4

Published by mullwar over 6 years ago

telebot - 1.2.3

Published by mullwar about 7 years ago

☀️ New:

  • Added Bot API 3.1 & 3.2 support.

:octocat: Contributors:

  • @Lisand7ru
  • @maxpilotto
telebot - 1.2.2

Published by mullwar over 7 years ago

telebot - 1.2.1

Published by mullwar over 7 years ago

✏️ 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).
telebot - 1.2.0

Published by mullwar over 7 years ago

☀️ New:

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

✏️ Changes:

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

🐛 Fixes:

  • Fixes webook (44777b0a74343298f7dc866a2ae9b26ad16d660f).
telebot - v1.1.1

Published by mullwar over 7 years ago

☀️ New:

  • Adds switch_inline_query_current_chat (inlineCurrent) in inline button markup (9246f53f6bf49e02a8ce37d36745a733f616fe2b).

✏️ Changes:

  • Allow to use short and long method names (c07d2cd740405c3f7db374a0f59323b8cf445f40).
  • Improved webhook (fe17b1ef150f64a013d4c6bfd69c10e5d5cdaed8).

🐛 Fixes:

  • Typo and bug fixing.
telebot - v1.0.8

Published by mullwar over 7 years ago

✏️ Changes:

  • Added switch_pm_text and switch_pm_parameter to answer inline query (#53).
  • Added allowed_updates support (01260e3cac3c5fb5d402b092aa5f625917a198fb).

🐛 Fixes:

  • Typo and bug fixing.

:octocat: Contributors:

  • @rene-demonsters
  • @poeti8
  • @cod119
  • @Flaplim
  • @shah-smit
telebot - v1.1.0

Published by mullwar over 7 years ago

⚠️ WARNING ⚠️

  • Modules are now called plugins with updated plugin system (e52a934203a90a48e5325d5dbc1eeb797b288431 / 40b694a2fbe0a5670e83fcc52d83376cdd90ebff).
  • Renamed list mod property to updateList (142ba1afb8780e88b52f333d3c97e8793d67f4c9).
  • Renamed msg event property to message (861f784e707fe0b6d21e8fc21c11db66eb78d2ce).
  • Dropped old options migration (7c29af5).

☀️ New:

  • Added game support (f53612bfb28f82bcc851fbd75912668e9a069022).
  • Added build-in plugins: regExpMessage and shortReply.
  • Added deleteWebhook method (96624bc).
  • Added duration parameter to sendVoice method (7c29af523dae997527723ed24a41b85892642abc).
  • Added duration, width, height parameters to sendVideo method (ba7bf2c).
  • Added title, performer, duration parameters to sendAudio method (#14).
  • Added channel_post and edited_channel_post support (8ad2fab16fc2ba279e7802cbe3140ad982637f0f).
  • New build-in plugin regExpMessage (see).
  • New build-in plugin shortReply (see).
  • New plugin namedButtons.
  • HTTP proxy support [#43].

✏️ Changes:

  • Method connect() renamed to start() (a089060f6d90ca8c6bad52758926011914a8e3bb).
  • Method disconnect() to stop() (28e234766565f97fc84297af06346471e5d165b3).
  • Renamed location method property foursquare to foursquareId (f4ef0497d915e67434e1cdebfdfd50fe0e98c856).
  • Updated setWebhook method with new parameters: allowed_updates & max_connections (7d31d9a).
  • Updated answerCallback method (dfa706d51e380978622d0ad5262c7881be3d0d57).
  • Download HTTP files by Telegram server (by default) (25a9999).

🐛 Fixes:

  • Fixed getUserPhoto method (#55).
  • Fixed duplicate "any" events (b26abcfd3cd93f9507439150efb1211c359f4186).
telebot - v1.0.7

Published by kosmodrey over 7 years ago

☀️ New:

  • getWebhookInfo() method.
  • New method to attach inlineKeyboards to answerLists. (#18)

✏️ Changes:

  • Rename "pooling" to "polling". (#20)

:octocat: Contributors:

  • @revolunet
  • @noplanman
  • @Pyriaxis
  • @Shastel
telebot - v1.0.6

Published by kosmodrey over 8 years ago

☀️ New:

  • Added new group events: pinnedMessage, userJoined, userLeft, newTitle, newPhoto, deletePhoto, groupCreated, channelCreated, supergroupCreated, migrateTo, migrateFrom.
  • Edited message event (edited).

🐛 Fixes:

  • Webhook listener. (#13)

:octocat: Contributors:

  • @G07cha
telebot - v1.0.5

Published by kosmodrey over 8 years ago

🐛 Fixes:

  • Webhook server. (#12)
telebot - v1.0.4

Published by kosmodrey over 8 years ago

☀️ New:

  • Updated to Bot API 2.1.
  • Added new methods: getChat, leaveChat, getChatAdministrators (getAdmin), getChatMember (getMember), getChatMembersCount (getMemberCount).

✏️ Changes:

  • Updated dependencies.
telebot - v1.0.3

Published by kosmodrey over 8 years ago

🐛 Fixes:

  • Minor bug fixes.

:octocat: Contributors:

  • @G07cha
telebot - v1.0.2

Published by kosmodrey over 8 years ago

☀️ New:

✏️ Changes:

telebot - v1.0.1

Published by kosmodrey over 8 years ago

☀️ New:

✏️ Changes:

🐛 Fixes:

  • Allow for Empty String inline keyboard queries. (#8)
  • Added default file extension names.

:octocat: Contributors:

  • @Pyriaxis