Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

v1.1.0

Choose a tag to compare

@mullwar mullwar released this 04 May 09:31
· 152 commits to master since this release

⚠️ WARNING ⚠️

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

☀️ New:

  • Added game support (f53612b).
  • Added build-in plugins: regExpMessage and shortReply.
  • Added deleteWebhook method (96624bc).
  • Added duration parameter to sendVoice method (7c29af5).
  • 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 (8ad2fab).
  • 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() (a089060).
  • Method disconnect() to stop() (28e2347).
  • Renamed location method property foursquare to foursquareId (f4ef049).
  • Updated setWebhook method with new parameters: allowed_updates & max_connections (7d31d9a).
  • Updated answerCallback method (dfa706d).
  • Download HTTP files by Telegram server (by default) (25a9999).

🐛 Fixes:

  • Fixed getUserPhoto method (#55).
  • Fixed duplicate "any" events (b26abcf).