Appearance
@line/bot-sdk • Docs
@line/bot-sdk / StickerEventMessage
Type Alias: StickerEventMessage
StickerEventMessage:
object
&QuotableMessage
&EventMessageBase
Message object which contains the sticker data sent from the source. For a list of basic LINE stickers and sticker IDs, see sticker list.
Type declaration
keywords
keywords:
string
[]
packageId
packageId:
string
quotedMessageId?
optional
quotedMessageId:string
Message ID of a quoted message. Only included when the received message quotes a past message.
stickerId
stickerId:
string
stickerResourceType
stickerResourceType:
"STATIC"
|"ANIMATION"
|"SOUND"
|"ANIMATION_SOUND"
|"POPUP"
|"POPUP_SOUND"
|"CUSTOM"
|"MESSAGE"
text?
optional
text:string
Any text entered by the user. This property is only included for message stickers. Max character limit: 100
type
type:
"sticker"