Discord.https - v3.0.16
    Preparing search index...

    Represents a ComponentType.UserSelect select menu interaction.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    applicationId: string

    The ID of the application (bot) this interaction is for.

    appPermissions: Readonly<BitField>

    The permissions the application (bot) has in the interaction's channel.

    attachmentSizeLimit: number

    Maximum attachment size allowed for this interaction (in bytes).

    authorizingIntegrationOwners: APIAuthorizingIntegrationOwnersMap
    channelId: null | string

    The ID of the channel this interaction was sent in.

    channels: Collection<string, APIInteractionDataResolvedChannel> = ...

    Collection of the selected channels

    client: any

    The client instance associated with this interaction. (Injected from REST in constructor; should point to your bot client)

    componentType: number

    The type of component which was interacted with

    context: null | number

    The context in which this interaction was triggered (e.g., direct message, command, etc.).

    customId: string

    The custom id of the component which was interacted with

    deferred: boolean = false

    Whether the reply to this interaction has been deferred

    entitlements: APIEntitlement[]
    ephemeral: null | boolean = null

    Whether the reply to this interaction is ephemeral

    guildId: null | string

    The ID of the guild this interaction was sent in (if applicable).

    guildLocale: null | Locale

    The preferred locale of the guild, if the interaction was in a guild.

    id: string

    The interaction's unique ID.

    locale: Locale

    The locale of the user invoking the interaction (e.g., "en-US").

    The guild member who invoked this interaction (if in a guild).

    memberPermissions: null | Readonly<BitField<Record<string, number>, number>>

    The permissions the invoking member has in the interaction's channel.

    message: APIMessage

    The message to which the component was attached

    replied: boolean = false

    Whether this interaction has already been replied to

    token: string

    The interaction token used for responding.

    The interaction's type.

    user: APIUser

    The user who invoked this interaction.

    values: string[]

    An array of the selected user ids

    version: number

    The interaction protocol version.

    An associated interaction webhook, can be used to further interact with this interaction

    Accessors

    Methods