Skip to content

WebhookImageHandler

Tatsuya Koishi edited this page Nov 14, 2021 · 15 revisions

対象とする投稿

  • webhookからの投稿のみ対象。
  • attachments要素を含む。以下、JSONペイロード例。
{
  "text": "つかみ男につかまれると、体力ゲージが減少していく。",
  "attachments": [
    {
      "image_url": "https://image.example.com/image.png"
    }
  ]
}

機能

  • 投稿本文と共にPOSTされたURLが指す画像ファイルを、投稿に添付する。

アンダースコア名

webhook_image

対象イベント

Clone this wiki locally