Skip to main content
Module

x/biscuit/mod.ts>ActionRowComponent

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface ActionRowComponent
Re-export
import { type ActionRowComponent } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Action Row Component

Properties

type: MessageComponentTypes.ActionRow
components: Array<Exclude<Component, ActionRowComponent>>