Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/src/structures/options/ChannelOptions.ts>default

A Deno library to interface with the Discord API
Latest
interface default
import { type default } from "https://deno.land/x/aether@v0.0.3/src/structures/options/ChannelOptions.ts";

Properties

name: string

Name of the channel

type:
| 0
| 2
| 4
| 5
| 6

Numeric type of the channel

optional
topic: string

Topic of the channel (TextChannel)

optional
bitrate: number

Bitrate of the channel (VoiceChannel)

optional
userLimit: number

User limit of the channel (VoiceChannel)

optional
rateLimitPerUser: number

Rate limit per user of the channel (TextChannel)

optional
position: number

Numeric position of the channel

optional
permissionOverwrites: PermissionOverwite[]

Permission overwrites of the channel

optional
parentID: string

Parent ID of the channel (non-CategoryChannel)

optional
nsfw: boolean

Whether the channel is NSFW