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