@typed-discord/interactions
    Preparing search index...

    Class UpdateMessage

    For components, edit the message the component was attached to

    Implements

    Index

    Constructors

    Properties

    Constructors

    • Creates a new UpdateMessage response.

      Parameters

      • data: IncomingWebhookUpdateForInteractionCallbackRequestPartial

        The message data to send in the response.

      • Optionalcallback: (webhook: Webhook) => void

        Optional callback to be called after responding to the interaction.

      Returns UpdateMessage

    Properties

    callback?: (webhook: Webhook) => void

    Optional callback to be called after responding to the interaction.

    data: IncomingWebhookUpdateForInteractionCallbackRequestPartial

    The message data to send in the response.

    type: UPDATE_MESSAGE = InteractionCallbackTypes.UPDATE_MESSAGE

    Type of response