Base interaction

Represents an interaction. All specialized interactions have these properties, along with their additional properties.

Used for getting its details, and responding with dc_respond_interaction.

Queryable properties #

Property Type Description
id String The ID of the interaction.
channel Channel The channel this interaction was made in.
user User The user who made the interaction.
token String The continuation token internally used for responding to this interaction.
server Server The server this interaction was made in.
locale String The locale (e.g. en-US) of the user executing the interaction.
creation_timestamp Number The timestamp in unix time milliseconds since interaction.