スタンプメッセージ

トーク Bot を使ってスタンプを送信します。

各スタンプのパッケージ ID / スタンプ ID は スタンプリスト を参照してください。

Request Content {#sticker-request}

パラメータタイプ説明
typestring"sticker"
required
packageIdstringパッケージ ID
詳細は スタンプリスト 参照
required
stickerIdstringスタンプ ID
詳細は スタンプリスト 参照
required

Request Example {#sticker-request-example}

example_sticker

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