Class StickerMessage
A class that represents the message event of sticker.
-
LINE\LINEBot\Event\BaseEvent
-
LINE\LINEBot\Event\MessageEvent
-
LINE\LINEBot\Event\MessageEvent\StickerMessage
Methods summary
public
|
#
__construct( array $event )
StickerMessage constructor.
StickerMessage constructor.
Parameters
Overrides
|
public
string
|
#
getPackageId( )
Returns the identifier of the sticker package.
Returns the identifier of the sticker package.
Returns
string
|
public
string
|
#
getStickerId( )
Returns the identifier of the sticker.
Returns the identifier of the sticker.
Returns
string
|
Methods inherited from LINE\LINEBot\Event\BaseEvent
getEventSourceId(),
getGroupId(),
getReplyToken(),
getRoomId(),
getTimestamp(),
getType(),
getUserId(),
isGroupEvent(),
isRoomEvent(),
isUnknownEvent(),
isUserEvent()
|