StickerMessage

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

Overrides

public
# getPackageId( )
Returns the identifier of the sticker package.
public
# getStickerId( )
Returns the identifier of the sticker.
public
# getStickerResourceType( )
Returns the sticker resource type.
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