import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime"; import { getClientManager as getRegistryClientManager } from "./client-manager-registry.js"; import { resolveTwitchAccountContext } from "./config.js"; import { stripMarkdownForTwitch } from "./utils/markdown.js"; import { generateMessageId, normalizeTwitchChannel } from "./utils/twitch.js";
/** *ResultfromsendingamessagetoTwitch.
*/
export interface SendMessageResult { /** Whether the send was successful */
ok: boolean; /** The message ID (generated for tracking) */
messageId: string; /** Error message if the send failed */
error?: string;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.