PingInteraction

PingInteraction

Represents a ping interaction. See Interaction for more properties.

Constructor

new PingInteraction()

Source:

Extends

Methods

(async) acknowledge() → {Promise}

Acknowledges the ping interaction with a pong response. Note: You can not use more than 1 initial interaction response per interaction.

Source:
Returns:
Type:
Promise

(async) pong() → {Promise}

Acknowledges the ping interaction with a pong response. Note: You can not use more than 1 initial interaction response per interaction.

Source:
Returns:
Type:
Promise