1.0.0
Added
- New
sendVoice()method as per API Changes - Thanks @jonnywilliamson (#19). - Branch Alias to Composer to install
dev-mastereasily. - 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
performerandtitlefields tosendAudio()as per official API Changes - Thanks @jonnywilliamson (#19) - [BC]. - Added
certificateparam tosetWebhook()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\TelegramtoTelegram\Bot- [BC]. - Rename Telegram.php -
Irazasyed\Telegram\Telegramto Api.php -Telegram\Bot\Api- [BC]. - Move PHPDocs to its own home.
- Revise README.


