Skip to main content

DiscordMentionableSelectInteractionResponse

Documentation


Documentation / @discordeno/types / DiscordMentionableSelectInteractionResponse

Interface: DiscordMentionableSelectInteractionResponse

Defined in: discord/components.ts:489

https://docs.discord.com/developers/components/reference#mentionable-select-mentionable-select-interaction-response-structure

Properties

component_type?

optional component_type?: MentionableSelect

Defined in: discord/components.ts:499

Remarks

This is only returned for interaction responses from message interactions


custom_id

custom_id: string

Defined in: discord/components.ts:503

The custom id for the mentionable select


id

id: number

Defined in: discord/components.ts:501

32 bit integer used as an optional identifier for component


resolved

resolved: DiscordInteractionDataResolved

Defined in: discord/components.ts:505

Resolved entities from selected options


type?

optional type?: MentionableSelect

Defined in: discord/components.ts:494

Remarks

This is only returned for interaction responses from modals


values

values: string[]

Defined in: discord/components.ts:507

IDs of the selected mentionables