This repository was archived by the owner on Sep 7, 2022. It is now read-only.
1.6.11
Added
- Added custom method:
clearUpdates()
. It's an alias for$this->getUpdates(-1);
- Added
TelegramLimits
class constants to get the download/upload file limit.
Changed
- Updated to Telegram Bot API 4.1
- You can now get the string argument at the array index position with the
getArgs()
method. Pass:- True to get an array of strings;
- False to get a string;
- Integer to get the string at the array index position.