GuildButtonInteraction
A ButtonInteraction that took place in the context of a Guild.
Properties
The id of the application the interaction is for.
Permissions the application has within the channel the interaction was sent from.
The behavior of the channel the interaction was sent from.
The Component that triggered the interaction.
For monetized apps, any Entitlements for the invoking user, representing access to premium Skus.
The behavior of the guild the interaction was sent from.
The guild's preferred locale, if invoked in a guild.
Permissions the interaction invoker has within the channel the interaction was sent from.
The supplier used to request entities.
The type of the interaction.
Functions
Acknowledges the interaction with the intent of updating the original public message later by calling edit on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling respond on the returned object.
Acknowledges the interaction with the intent of responding with a public message later by calling edit on the returned object.
Returns the initial interaction response.
Returns the initial interaction response or null
if it was not found.
Responds to the interaction with a popup modal.
Responds to the interaction with an ephemeral message.
Responds to the interaction with a public message.
Responds to the interaction by updating the original ephemeral message.
Responds to the interaction by updating the original public message.