defmodule TwitchApi.Extensions.SendExtensionChatMessage.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/chat?broadcaster_id=237757755' -H'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y' -H'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2' -d'{ "text": "Hello", "extension_id": "uo6dggojyb8d6soh92zknwmi5ej1q2", "extension_version": "0.0.9" } ## Example response from twitch api docs: ### descriptions: ### responses: 204NoContent """ # API method not supported end