Skip to content

Releases: unreal4u/telegram-api

v1.1.0

24 Jan 00:02
Compare
Choose a tag to compare

Support for inline bots!

Starting now, this API supports the new inline bots option, more info here:
https://core.telegram.org/bots/inline
https://core.telegram.org/bots/api#inline-mode

The only method that is not working, is the chosen_inline_result. Based on my tests, I'm pretty certain that I don't receive anything in my webhook, so this may be a Telegram issue. I will contact the Telegram support about this, maybe I'm just missing an option or I didn't understand the documentation.

v1.0.3

20 Jan 00:35
Compare
Choose a tag to compare

This release fixes some bugs related to setWebhooks and the further handling of those type of requests, making webhooks possible to happen. (Webhooks were indeed untested theory, until now)

v1.0.1

18 Jan 23:03
Compare
Choose a tag to compare
  • More type-hinting
  • Renaming several classes to better match their functionality
  • Better organization of code

v1.0.0

13 Jan 11:51
Compare
Choose a tag to compare

Version 1.0.0 is capable of communicating with the open-source Telegram API. No major BC changes will be made from now on.

v0.1.0

06 Jan 23:02
Compare
Choose a tag to compare

Vast majority of pre-january 2016 API methods and types are now implemented.

v0.0.6

06 Jan 12:26
Compare
Choose a tag to compare

Vast majority of API as-in december 2015 is now implemented.

The inline options are all from just a few days back (04-01-2016) so those will be coming soon now

v0.0.2

23 Dec 23:38
Compare
Choose a tag to compare

Mayor rewrite of the class.

First working alpha

23 Dec 08:21
Compare
Choose a tag to compare

Missing quite a lot, but the bot can send messages to Telegram now. Do NOT use this yet as everything is still subject to change!