LINE\LINEBot\Event

Namespaces Summary
LINE\LINEBot\Event\MessageEvent
LINE\LINEBot\Event\Parser
LINE\LINEBot\Event\Things
Classes Summary
AccountLinkEvent A class that represents the event of account link. Event object for when a user has linked his/her LINE account with a provider's service account. You can reply to account link events. If the link token has expired or has already been used, no webhook event will be sent and the user will be shown an error.
UnknownEvent A class that represents the unknown event. If the event is not supported by this SDK, the event will be instantiate to this.
LeaveEvent A class that represents the event of leaving.
MemberLeaveEvent A class that represents the event of leaving.
BeaconDetectionEvent A class that represents the event of beacon detection.
JoinEvent A class that represents the event of joining.
UnfollowEvent A class that represents the event of unfollowing.
BaseEvent Base class of each events. Don't instantiate this class individually.
MemberJoinEvent A class that represents the event of joining.
FollowEvent A class that represents the event of following.
PostbackEvent A class that represents the event of postback.
MessageEvent A base class of message event. Don't instantiate this class individually.
ThingsEvent A class that represents the event of things event.