Releases: telepath-php/telepath
Version 0.9.1
Changelog:
- Added method to get an array of the resulting slot machine symbols from a Dice (see #21)
Version 0.9
Supports Bot API Version 6.5 from February 3rd
Changelog:
-
Added own CacheAdapter from PSR-6 to PSR-16
-
Throw an exception if the folder passed to discoverPsr4 does not exist
Version 0.9 Beta
Version 0.9 replaces the dependency on a Cache Bridge for PSR-6/16 with a own implementation, so we are more flexible in the versions of psr/cache psr/simple-cache.
This is more of an internal change and ideally shouldn't affect any actual setup. 🍀
Bot API 6.5 (February 3, 2023)
Full Release Notes: https://github.com/telepath-php/telepath/releases/tag/v0.8.0
Additional Changes with this release:
Smaller type-hinting corrections
Bot API 6.5 (February 3, 2023)
Full Release Notes: https://github.com/telepath-php/telepath/releases/tag/v0.8.0
Additional Changes with this release:
- Smaller type-hinting corrections
Bot API 6.5 (February 3, 2023)
- Added requests for users and chats and support for granular media permissions.
- Added the class KeyboardButtonRequestUser and the field request_user to the class KeyboardButton.
- Added the class KeyboardButtonRequestChat and the field request_chat to the class KeyboardButton.
- Added the classes UserShared, ChatShared and the fields user_shared, and chat_shared to the class Message.
- Replaced the fields can_send_media_messages in the classes ChatMemberRestricted and ChatPermissions with separate fields can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes for different media types.
- Added the parameter use_independent_chat_permissions to the methods restrictChatMember and setChatPermissions.
- Added the field user_chat_id to the class ChatJoinRequest.
Bot API 6.4
- Updated text in type-hints.
Bot API 6.4
Changelog:
- Added more information to type-hints.
Bot API 6.4
Fixed typo:
- The spelling of the word "specified" was corrected.
Bot API 6.4
Additional to the changes in https://github.com/telepath-php/telepath/releases/tag/v0.7.0, Telegram changed a few comments, that we included for type-hinting:
- In the sendDocument method, change "photo" to "video".
- In the InputMediaAnimation class, change "photo" to "animation".
- In the InputMediaVideo class, change photo to video in two places: one is a comment and another is an argument name of has_spoiler property.