Interface ComponentEvent

Hierarchy

  • ComponentEvent

Properties

The channel that this event occurred in.

The guild that this event occurred in.

The message associated with this event. For example: with a button click, this is the message that the button is on.

The user that triggered this event.

Methods

  • Create an ephemeral reply to this event, shown only to the user who triggered it.

    Parameters

    • Optional content: ReactNode

    Returns ReacordInstance

    Deprecated

    Use event.reply(content, { ephemeral: true })

Generated using TypeDoc