This repository has been archived by the owner on May 14, 2022. It is now read-only.
Version 0.4.0
New helper-methods:
- formatPeerList()
- formatFileName()
New command-wrappers:
- broadcast()
- sendTyping()
- setProfileName()
- blockUser() and unblockUser()
- createGroupChat()
- chatInfo()
- renameChat()
- chatAddUser()
- chatDeleteUser()
New features:
- added discovery-shell as an easy way to test new methods and get used to the lib
- telegram-cli-client now uses the new
--json
-argument to get all answers back formatted in JSON (requires you to update your telgram-cli and your telegram-cli start-command) exec()
-method: command-arguments can now be passed as additional method-arguments
Bugfixes:
- documentation-fixes
- reverted
example.php
(forgot to delete an old test i used before the discovery-shell was implemented) - fixed reading of the answer when the answer was bigger than 8192 bytes
- removed connection-timeout as we don't need it anymore and to avoid problems with large uploads