Skip to content

2.0.0

Choose a tag to compare

@moznion moznion released this 26 May 03:10
· 953 commits to master since this release

Supports UnknownEvent and UnknownMessage

This SDK supports UnknownEvent and UnknownMessage from this version.
If application receives event that has a type that is not supported by this SDK, it encapsulates the event to UnknownEvent'. UnknownMessage` is also the same.

See also: https://github.com/line/line-bot-sdk-php/wiki/How-to-handle-unknown-type-events-and-messages

Incompatible changes 💀

  • Removed UnknownEventTypeException
  • Removed UnknownMessageTypeException

These exception classes are no longer supported. Please use UnknownEvent and UnknownMessage instead.