Appearance
@line/bot-sdk • Docs
@line/bot-sdk / webhook / StickerMessageContent
Type Alias: StickerMessageContent
StickerMessageContent:
MessageContentBase
&object
Type declaration
keywords?
optional
keywords:string
[]
Array of up to 15 keywords describing the sticker. If a sticker has 16 or more keywords, a random selection of 15 keywords will be returned. The keyword selection is random for each event, so different keywords may be returned for the same sticker.
See
packageId
packageId:
string
Package ID
See
quotedMessageId?
optional
quotedMessageId:string
Message ID of a quoted message. Only included when the received message quotes a past message.
See
quoteToken
quoteToken:
string
Quote token to quote this message.
See
stickerId
stickerId:
string
Sticker ID
See
stickerResourceType
stickerResourceType:
StickerResourceTypeEnum
See
stickerResourceType Documentation
text?
optional
text:string
Any text entered by the user. This property is only included for message stickers. Max character limit: 100
See
type
type:
"sticker"