UnknownMessage

A class that represents the unknown message event.
extends LINE\LINEBot\Event\MessageEvent
Methods Summary
public
# __construct( array $event )
UnknownMessage constructor.

Overrides

public
# getMessageBody( )
Returns unprocessed message body. You can handle the message with getting the message body through this even if the message type is unknown.
Methods inherited from LINE\LINEBot\Event\MessageEvent
__construct(), getMessageId(), getMessageType()
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\MessageEvent
$message
Properties inherited from LINE\LINEBot\Event\BaseEvent
$event