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

x/denocordts/src/structures/collectors/classes/base.ts>BaseComponent

An Object Oriented Discord API wrapper for Deno.
Latest
class BaseComponent
import { BaseComponent } from "https://deno.land/x/denocordts@1.2.0/src/structures/collectors/classes/base.ts";

Constructors

new
BaseComponent(
client: Base,
channelId: string,
d: any,
)

Properties

protected
deferred: boolean
protected
replied: boolean
readonly
clientId: APIMessageComponentButtonInteraction["application_id"]
customId: string
data: { }
readonly
optional
guildId: APIMessageComponentButtonInteraction["guild_id"]
readonly
optional
member: APIMessageComponentButtonInteraction["member"]
readonly
message: APIMessageComponentButtonInteraction["message"]
readonly
token: string
type: number
readonly
version: number