-
Notifications
You must be signed in to change notification settings - Fork 643
Event
moznion edited this page Feb 18, 2017
·
2 revisions
Event
is a request that is sent from the LINE server via webhook. The content of Event
corresponds to the action of user.
Event
identifies the event type, and also it can retrieve the content (e.g. message that corresponds the event type, reply token and etc.) from the Event
.
The types of Event
is following. Please refer phpdoc for details.