Releases: mullwar/telebot
Releases · mullwar/telebot
v1.1.1
v1.1.0
- Modules are now called plugins with updated plugin system (e52a934 / 40b694a).
- Renamed
list
mod property toupdateList
(142ba1a). - Renamed
msg
event property tomessage
(861f784). - Dropped old options migration (7c29af5).
☀️ New:
- Added game support (f53612b).
- Added build-in plugins:
regExpMessage
andshortReply
. - Added
deleteWebhook
method (96624bc). - Added
duration
parameter tosendVoice
method (7c29af5). - Added
duration, width, height
parameters tosendVideo
method (ba7bf2c). - Added
title, performer, duration
parameters tosendAudio
method (#14). - Added
channel_post
andedited_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 tostart()
(a089060). - Method
disconnect()
tostop()
(28e2347). - Renamed location method property
foursquare
tofoursquareId
(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:
v1.0.8
✏️ Changes:
- Added
switch_pm_text
andswitch_pm_parameter
to answer inline query (#53). - Added
allowed_updates
support (01260e3).
🐛 Fixes:
- Typo and bug fixing.
Contributors:
- @rene-demonsters
- @poeti8
- @cod119
- @Flaplim
- @shah-smit
v1.0.7
v1.0.6
☀️ New:
- Added new group events: pinnedMessage, userJoined, userLeft, newTitle, newPhoto, deletePhoto, groupCreated, channelCreated, supergroupCreated, migrateTo, migrateFrom.
- Edited message event (edited).
🐛 Fixes:
- Webhook listener. (#13)
Contributors:
v1.0.5
v1.0.4
☀️ New:
- Updated to Bot API 2.1.
- Added new methods: getChat, leaveChat, getChatAdministrators (getAdmin), getChatMember (getMember), getChatMembersCount (getMemberCount).
✏️ Changes:
- Updated dependencies.
v1.0.3
v1.0.2
☀️ New:
- Build-in webhook server with usage example.
✏️ Changes:
- Renamed TeleBot pooling options. Old schema still works.
v1.0.1
☀️ New:
- Added edit (text, caption, markup) method examples.
- Added cmdbutton module - pass command as a button callback data, it will redirect to TeleBot command event. See usage example.
✏️ Changes:
- Improved answerList.
- Renamed editText, editCaption, editMarkup property names.
cachedFile
answer method renamed tocachedDocument
🐛 Fixes:
- Allow for Empty String inline keyboard queries. (#8)
- Added default file extension names.
Contributors: