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

    Class Webhook

    Interaction Webhook.

    Index

    Constructors

    • Creates a new Interaction Webhook instance.

      Parameters

      • id: `${bigint}`

        The application ID.

      • token: string

        The interaction token.

      • client: Public = ...

      Returns Webhook

    Properties

    client: Public = ...
    id: `${bigint}`

    The application ID.

    Methods

    • Create a followup message for an Interaction.

      Parameters

      • data:
            | Omit<
                IncomingWebhookRequestPartial,
                "username"
                | "avatarUrl"
                | "threadName"
                | "appliedTags",
            >
            | IncomingWebhookUpdateRequestPartial

        The message data.

      Returns Promise<MessageResponse | undefined>