Skip to main content
← Back to index page

1.0.0

irazasyed
jonnywilliamson
rkhitin

Added

  • New sendVoice() method as per API Changes - Thanks @jonnywilliamson (#19).
  • Branch Alias to Composer to install dev-master easily.
  • Commands System: Automated Inbound Commands Handler.
  • Commands Handler Support for Laravel.
  • Command Bus Methods to Super Class.
  • Default Help Command.
  • Chat Actions Helper Class.
  • CHANGELOG File.
  • Magic Methods Documentation for Commands Class and Object Classes - Thanks @jonnywilliamson (#26).
  • API Object Classes Magic Method PHPDocs - Thanks @jonnywilliamson (#30).
  • New Documentation Page.
  • Telegram Bot SDK API Docs.
  • Upgrade Guide.
  • Methods to Detect and Determine Message/Update Type.

Changed

  • uploadFile() method to support loading resource directly - Thanks @rkhitin - (#17).
  • Added optional performer and title fields to sendAudio() as per official API Changes - Thanks @jonnywilliamson (#19) - [BC].
  • Added certificate param to setWebhook() method as per Official API Changes.
  • Refactor Upload File Method.
  • Format Code, Simplify FQNs, Code Cleanup and Revise Doc Blocks.
  • Revise Token Exception Text.
  • Clean Up Base Object Class.
  • Rename Namespace from Irazasyed\Telegram to Telegram\Bot - [BC].
  • Rename Telegram.php - Irazasyed\Telegram\Telegram to Api.php - Telegram\Bot\Api - [BC].
  • Move PHPDocs to its own home.
  • Revise README.