Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

1.6.11

Choose a tag to compare

@Lukasss93 Lukasss93 released this 27 Aug 22:06
· 36 commits to master since this release

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.