• 8.0.2 5bff732814

    8.0.2 Stable

    netkas released this 2024-12-29 23:32:26 +00:00 | 0 commits to master since this release

    [8.0.2] - 2024-12-09

    This update introduces some quality of life improvements.

    Added

    • Added containsMedia method to Message object to check if the message contains media.
    • Add support for handling callback query events

    [8.0.1] - 2024-12-04

    This update introduces bug fixes and improvements

    Changed

    • Refactor PollingBot to use PsyncLib for updates
    • Refactor optional parameters in method signatures
    • Improve command check with method existence validation

    Fixed

    • Reposition debug log for event handler execution.
    • Improve command check with method existence validation
    • Allow nullable type for MessageEntity type
    • Encode arrays as JSON in SendAudio parameters
    • Refactor fromArray method for null data handling

    [8.0.0] - 2024-11-29

    This is a new major update which makes the previous versions of this library deprecated

    Added

    • Added unit tests
    • Added can_connect_to_business & has_main_web_app to User object

    Changed

    • Refactored the way HTTP requests are handled & methods are called
    • Refactor enums to use native PHP 8.1 syntax
    • Moved Types to their own namespace
    • Refactored all Objects & Methods to use a different system
    • Refactored the event system to allow for more event types
    Downloads