Skip to main content
Module

x/discordeno/mod.ts>CreateStageInstance

Discord API library for Deno
Extremely Popular
Go to Latest
interface CreateStageInstance
import { type CreateStageInstance } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

channelId: bigint
topic: string
optional
sendStartNotification: boolean

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