Skip to main content
← Back to index page

3.11.0

irazasyed
irpcpro
pavel-mironchik

Added

  • argument($name, $default) method in command.
  • is_persistent field of the ReplyKeyboardMarkup object by @pavel-mironchik in #1063.
  • Unicode support for command parser.

Changed

  • Refactored command system to improve arguments support. Supported patterns: {argument} { regex: \w+ }
  • Updated TelegramResponse.php to improve decoding and other misc by @irpcpro in #1053, #1054, #1057.

Fixed

  • setChatPhoto method to properly upload photo file.