GuildModalSubmitInteraction
A ModalSubmitInteraction that took place in the context of a Guild.
Properties
The ActionRowComponents of the modal containing the values submitted by the user.
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 ChannelSelectComponents of the modal, indexed by their customId. They contain the values submitted by the user.
The CheckboxComponents of the modal, indexed by their customId.
The CheckboxGroupComponents of the modal, indexed by their customId. They contain the options submitted by the user.
For monetized apps, any Entitlements for the invoking user, representing access to premium Skus.
The FileUploadComponents of the modal, indexed by their customId. They contain the value ids submitted by the user.
The behavior of the guild the interaction was sent from.
The guild's preferred locale, if invoked in a guild.
The MentionableSelectComponents of the modal, indexed by their customId. They contain the values submitted by the user.
Permissions the interaction invoker has within the channel the interaction was sent from.
The RadioGroupComponents of the modal, indexed by their customId. They contain the options submitted by the user.
The ResolvedObjects for the interaction event.
The Components of the modal, containing the values submitted by the user in their respective subclasses, indexed by their customId (if present).
The RoleSelectComponents of the modal, indexed by their customId. They contain the values submitted by the user.
The StringSelectComponents of the modal, indexed by their customId. They contain the values submitted by the user.
The supplier used to request entities.
The TextInputComponents of the modal, indexed by their customId. They contain the values submitted by the user.
The TextInputComponents of the modal, indexed by their customId. They contain the values submitted by the user.
The type of the interaction.
The UserSelectComponents of the modal, indexed by their customId. They contain the values submitted by the user.
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 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.