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