| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.11 source code.tar.gz | 2023-04-15 | 85.0 kB | |
| 3.11 source code.zip | 2023-04-15 | 181.0 kB | |
| README.md | 2023-04-15 | 877 Bytes | |
| Totals: 3 Items | 266.9 kB | 0 | |
What's Changed
- Add
argument($name, $default)method in command. - Refactor command system to improve arguments support. Supported patterns:
{argument} { regex: \w+ } - Fix
setChatPhotomethod to properly upload photo file. - Add unicode support for command parser.
- Update TelegramResponse.php by @irpcpro in https://github.com/irazasyed/telegram-bot-sdk/pull/1053 https://github.com/irazasyed/telegram-bot-sdk/pull/1054 https://github.com/irazasyed/telegram-bot-sdk/pull/1057
- Add a setup method for the "is_persistent" field of the ReplyKeyboardMarkup object by @pavel-mironchik in https://github.com/irazasyed/telegram-bot-sdk/pull/1063
New Contributors
- @irpcpro made their first contribution in https://github.com/irazasyed/telegram-bot-sdk/pull/1053
Full Changelog: https://github.com/irazasyed/telegram-bot-sdk/compare/v3.10.0...v3.11.0