DiscordComponentDefaultValue
Documentation / @discordeno/bot / DiscordComponentDefaultValue
Interface: DiscordComponentDefaultValue
Defined in: packages/bot/src/transformers/types.ts:551
Properties
id
id:
bigint
Defined in: packages/bot/src/transformers/types.ts:553
ID of a user, role, or channel
type
type:
"channel"
|"role"
|"user"
Defined in: packages/bot/src/transformers/types.ts:555
Type of value that id represents.