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

x/denocordts/src/types/mod.ts>GatewayActivityButton

An Object Oriented Discord API wrapper for Deno.
Latest
interface GatewayActivityButton
import { type GatewayActivityButton } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

label: string

The text shown on the button (1-32 characters)

url: string

The url opened when clicking the button (1-512 characters)