Skip to content

Releases: irazasyed/telegram-bot-sdk

v2.0 - Hot new things waiting for you!

27 Dec 20:34
Compare
Choose a tag to compare

This version brings in some major and breaking changes to the SDK.

Head to CHANGELOG page for detailed info on what's changed and follow the UPGRADE Guide for detailed instructions on how to upgrade your version of this library. And take a look at the documentations to explore more details and to check out the examples.

Huge thanks to all our contributors who helped improve the SDK and made it much better :)

P.S Open issues if you face any issues.

v1.0 - Add Commands System & Other Major Changes.

07 Sep 23:08
Compare
Choose a tag to compare

This version brings in some major updates and features, Such as the all new Commands System, API Change, Tweaks, Enhancements and Breaking Changes.

Head to CHANGELOG page for detailed info on what's changed and follow the UPGRADE Guide for detailed instructions on how to upgrade your version of this library.

Also, Did you check out the shiny new documentation page?

Huge thanks to all contributors and shout out to @jonnywilliamson for actively contributing and helping me to make this release possible.

v0.2.6 - Video Caption, Duration Support & Fixes!

18 Aug 18:19
Compare
Choose a tag to compare
  • Added Video Caption Support to sendVideo() method - Thanks @jonnywilliamson
  • Added Duration Support to sendVideo() and sendAudio() methods.
  • Fixes Contact Object Namespace - Thanks @DmitryNek
  • Fixes HTTPClientHandlerInterface Laravel Config Typo.

v0.2.5 - Fixes Custom HTTP Client Handler Not Found.

20 Jul 15:01
Compare
Choose a tag to compare

v0.2.4 - Refactor Laravel Service Provider

12 Jul 18:14
Compare
Choose a tag to compare

Dropped Laravel 4 Support.

v0.2.3 - Refactor Upload File

12 Jul 15:53
Compare
Choose a tag to compare

v0.2.2 - Import TelegramSDKException Class in GuzzleHttpClient.

02 Jul 14:32
Compare
Choose a tag to compare

v0.2.1 - Patch for token default config.

02 Jul 13:34
Compare
Choose a tag to compare

Patch for #1 - Thanks to @orloffv for pointing out.

v0.2.0 - Refactor Update Method and Add Webhook Update Retrieval Method.

02 Jul 11:06
Compare
Choose a tag to compare
  • Refactored getUpdates() function.
  • Added getWebhookUpdates() function.
  • Added Contributing Guidelines.
  • Changed License.
  • Updated Readme.

Initial Release

30 Jun 22:58
Compare
Choose a tag to compare
v0.1.0

Add Custom Keyboard Markup Functionality and Usage Instructions.