Skip to main content
Module

x/discordeno/mod.ts>CreateStageInstance

Discord API library for Deno
Latest
interface CreateStageInstance
implements WithReason
import { type CreateStageInstance } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

channelId: BigString
topic: string
optional
sendStartNotification: boolean

Notify @everyone that the stage instance has started. Requires the MENTION_EVERYONE permission.