PostbackEvent

A class that represents the event of postback.
extends LINE\LINEBot\Event\BaseEvent
Methods Summary
public
# __construct( array $event )
PostbackEvent constructor.

Overrides

public
# getPostbackData( )
Returns the data of postback.
public
# getPostbackParams( )
Returns the params of postback.
Methods inherited from LINE\LINEBot\Event\BaseEvent
__construct(), getType(), getMode(), getTimestamp(), getReplyToken(), isUserEvent(), isGroupEvent(), isRoomEvent(), isUnknownEvent(), getUserId(), getGroupId(), getRoomId(), getEventSourceId()
Properties inherited from LINE\LINEBot\Event\BaseEvent
$event