Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Version 0.4.0

Compare
Choose a tag to compare
@zyberspace zyberspace released this 09 Jul 22:00
· 7 commits to master since this release

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