defmodule TwitchApi.Extensions.SendExtensionPubSubMessage.NotSupported do @moduledoc """ ⛔ This module is autogenerated please do not modify manually. ## Example request from twitch api docs: ### descriptions: ### requests: curl -X POST 'https://api.twitch.tv/helix/extensions/pubsub' -H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y' -H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2' -d'{ "message": "hello world!", "broadcaster_id": "141981764", "target": ["broadcast"] }' ## Example response from twitch api docs: ### descriptions: ### responses: 204NoContent """ # API method not supported end