Skip to content

Releases: EXH3Y/TeleBot

0.1.2: Handle unknown fields sent by telegram servers

18 May 13:32
Compare
Choose a tag to compare

Just a small fix to ignore unknown fields sent by the telegram api in the deserialization process.

Datatype updates

17 Nov 13:07
Compare
Choose a tag to compare

This version just adds small fixes to the handling of attributes in the datatypes.

0.1.0: Introducing datatypes

05 Nov 16:41
Compare
Choose a tag to compare

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

28 Oct 13:14
Compare
Choose a tag to compare
Include all getter methods in TelegramChat

Version 0.0.5

17 May 08:41
Compare
Choose a tag to compare

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

05 Apr 07:05
Compare
Choose a tag to compare

Some more methods are now supported, including sendLocation, sendChatAction and forwardMessage.

Version 0.0.3

11 Dec 08:17
Compare
Choose a tag to compare

This version introduces the TelegramMessage object type to make the handling of messages easier.

0.0.2 release

10 Dec 13:44
Compare
Choose a tag to compare
This release breaks backward compatibility.

Prerelease

08 Dec 20:38
Compare
Choose a tag to compare
Prerelease Pre-release
Pre-release

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.