Skip to main content

DiscordComponentDefaultValue

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordComponentDefaultValue

Interface: DiscordComponentDefaultValue

Properties

id

id: bigint

ID of a user, role, or channel

Defined in

packages/bot/src/transformers/types.ts:554


type

type: "channel" | "role" | "user"

Type of value that id represents.

Defined in

packages/bot/src/transformers/types.ts:556