Skip to main content
Module

x/higa/mod.ts>CreateGuildChannelOptions

A package to interract with the Discord API coded by myself
Go to Latest
interface CreateGuildChannelOptions
import { type CreateGuildChannelOptions } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

name: string
optional
topic: string
optional
bitrate: number
optional
user_limit: number
optional
rate_limit_per_user: number
optional
position: number
optional
permission_overwrites: Overwrite[]
optional
parent_id: string
optional
nsfw: boolean
optional
default_auto_archive_duration: number