Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/deps.ts>APIButtonComponentWithCustomId

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIButtonComponentWithCustomId
implements APIButtonComponentBase<
| ButtonStyle.Primary
| ButtonStyle.Secondary
| ButtonStyle.Success
| ButtonStyle.Danger
>
import { type APIButtonComponentWithCustomId } from "https://deno.land/x/denocordts@1.2.0/deps.ts";

Properties

custom_id: string

The custom_id to be sent in the interaction when clicked