Releases: EXH3Y/TeleBot
0.1.2: Handle unknown fields sent by telegram servers
Datatype updates
This version just adds small fixes to the handling of attributes in the datatypes.
0.1.0: Introducing datatypes
This version introduces most of the known data types from the Telegram api.
As the interfaces changed with this release, it breaks backward compatibility with old versions of TeleBot.
0.0.6
Version 0.0.5
This release introduces some features to handle connections using a controller.
The controller will see every message you send to the bot - whether you assigned another action to the sent command or not.
Version 0.0.4
Some more methods are now supported, including sendLocation
, sendChatAction
and forwardMessage
.
Version 0.0.3
This version introduces the TelegramMessage object type to make the handling of messages easier.
0.0.2 release
This release breaks backward compatibility.
Prerelease
This version is an old approach to implement the API.
Because of the fact that all future releases will break backward compatibility with this version, it is highly advised not to use it.