前回は、文字を送ることができました。
今度は、画像やスタンプを送ってみます。
//画像を送る $response_format_text = [ "type" => "image", "originalContentUrl" => "【画像のパス】", "previewImageUrl" => "【画像のパス】" ]; //スタンプを送る $response_format_text = [ "type" => "sticker", "id" => "5515306012619", "stickerId" => "2", "packageId" => "1" ];
画像はSSL(https付き)のパスで送ることができました。
スタンプは無料のものだけ送ることができました。