Skip to main content

SelectMenuDefaultValue

@discordeno/botDocs


Documentation / @discordeno/bot / SelectMenuDefaultValue

Interface: SelectMenuDefaultValue

Properties

id

id: bigint

ID of a user, role, or channel

Defined in

packages/types/dist/types/discordeno.d.ts:194


type

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

Type of value that id represents.

Defined in

packages/types/dist/types/discordeno.d.ts:196