Skip to main content
Module

x/harmony/deploy.ts>ButtonComponent

An easy to use Discord API Library for Deno.
Latest
interface ButtonComponent
import { type ButtonComponent } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Properties

type: MessageComponentType.BUTTON | "BUTTON"
label: string
style: ButtonStyle | keyof ButtonStyle
optional
customID: string
optional
url: string
optional
disabled: boolean
optional
emoji: MessageComponentEmoji