Skip to main content
Module

x/natico/deps.ts>CreateGuildChannel

A powerful and customizable framework for Discordeno
Latest
interface CreateGuildChannel
Re-export
import { type CreateGuildChannel } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

name: string

Channel name (1-100 characters)

optional
type: ChannelTypes

The type of channel

optional
topic: string

Channel topic (0-1024 characters)

optional
bitrate: number

The bitrate (in bits) of the voice channel (voice only)

optional
userLimit: number

The user limit of the voice channel (voice only)

optional
rateLimitPerUser: number

Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission manage_messages or manage_channel, are unaffected

optional
position: number

Sorting position of the channel

optional
permissionOverwrites: Overwrite[]

The channel's permission overwrites

optional
parentId: bigint

Id of the parent category for a channel

optional
nsfw: boolean

Whether the channel is nsfw