3.11
What's Changed
- Add
argument($name, $default)
method in command. - Refactor command system to improve arguments support. Supported patterns:
{argument} { regex: \w+ }
- Fix
setChatPhoto
method to properly upload photo file. - Add unicode support for command parser.
- Update TelegramResponse.php by @irpcpro in #1053 #1054 #1057
- Add a setup method for the "is_persistent" field of the ReplyKeyboardMarkup object by @pavel-mironchik in #1063
New Contributors
Full Changelog: v3.10.0...v3.11.0