Skip to main content
Module

x/denocordts/deps.ts>APIButtonComponentBase

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIButtonComponentBase
implements APIBaseComponent<ComponentType.Button>
import { type APIButtonComponentBase } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

optional
label: string

The label to be displayed on the button

style: Style

The style of the button

The emoji to display to the left of the text

optional
disabled: boolean

The status of the button