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