DiscordSelectMenuDefaultValue
Documentation / @discordeno/bot / DiscordSelectMenuDefaultValue
Interface: DiscordSelectMenuDefaultValue
Defined in: packages/types/dist/types/discord/interactions.d.ts:533
Properties
id
id:
string
Defined in: packages/types/dist/types/discord/interactions.d.ts:535
ID of a user, role, or channel
type
type:
"channel"
|"role"
|"user"
Defined in: packages/types/dist/types/discord/interactions.d.ts:537
Type of value that id represents.