Skip to main content

ODTextCommandBuilderChannelOption interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

The channel option builder for text commands.

View Source

Properties


optional channelTypes array discord-api-types.GuildChannelType[]

When specified, only allow the following channel types

View Source


inherited name string string

The name of this option

View Source


inherited optional required boolean boolean

Is this option required? (optional options can only exist at the end of the command!)

View Source


type type "channel"

The type of this option

View Source