Releases: telepath-php/telepath
Bot API 6.6 (March 9, 2023) / Version 0.10.0
See https://core.telegram.org/bots/api#march-9-2023 for changes of the Telegram API.
Version 0.9.3
Changelog:
- Added parameter to constructor for quicker configuration of Cache or Logger
Version 0.9.2
Changelog:
- Added Logging abilities
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.