Sticker

Makes a bot send a link message.

For more information about basic stamps and sticker IDs of LINE, see Sticker List.

Request content {#sticker-request}

ParameterTypeRequiredDescription
typestringYSet this parameter to "sticker".
packageIdstringYPackage ID. For more information, see Sticker List.
stickerIdstringYSticker ID For more information, see Sticker List.

Request example {#sticker-request-example}

example_sticker

{  "content": {    "type": "sticker",    "packageId": "1",    "stickerId": "2"  }}