Interface PrivateModalSubmitInteraction

Hierarchy

Methods

  • Defer this interaction with a DEFERRED_UPDATE_MESSAGE response. This is an initial response, and more than one initial response cannot be used.

    Parameters

    • Optional flags: number

      The flags to respond with.

    Returns Promise<void>

Properties

acknowledged: boolean

If this interaction has been acknowledged.

appPermissions: undefined
application?: ClientApplication

The application this interaction is for.

applicationID: string

The ID of the application this interaction is for.

channel: undefined | AnyPrivateChannel
channelID: string

The ID of the channel this interaction was sent from.

createdAt: Date

The data associated with the interaction.

guild: undefined
guildID: undefined
guildLocale: undefined
guildPartial: undefined
id: string
locale: string

The locale of the invoking user.

member: undefined
memberPermissions: undefined

The message this interaction is from, if the modal was triggered from a component interaction.

token: string

The token of this interaction.

user: User

The user that invoked this interaction.

version: 1

Read-only property, always 1