Skip to content

@line/bot-sdkDocs


@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

keywords Documentation

packageId

packageId: string

Package ID

See

packageId Documentation

quotedMessageId?

optional quotedMessageId: string

Message ID of a quoted message. Only included when the received message quotes a past message.

See

quotedMessageId Documentation

quoteToken

quoteToken: string

Quote token to quote this message.

See

quoteToken Documentation

stickerId

stickerId: string

Sticker ID

See

stickerId Documentation

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

text Documentation

type

type: "sticker"

Defined in

lib/webhook/model/stickerMessageContent.ts:17