DiscordMessageComponentData

Inherits: DiscordInteractionData < Reference < Object

Description

Represents a message component interaction event data.

Properties

type name
String custom_id
int component_type
Array values

Property Descriptions

  • String custom_id

    Id of the component that fired this interaction.


  • int component_type

    Type of the component.


  • Array values

    If component_type is MessageComponent.Type.SELECT_MENU this contains a list of MessageSelectOption objects.