Class AutocompleteInteraction<Cached>

Type Parameters

Hierarchy

Constructors

Properties

appPermissions: Readonly<PermissionsBitField>
applicationId: string
channelId: string
client: Client<true>
commandGuildId: null | string
commandId: string
commandName: string
commandType: ChatInput
entitlements: Collection<string, Entitlement>
guildId: CacheTypeReducer<Cached, string, string, string, null | string>
guildLocale: CacheTypeReducer<Cached, Locale, Locale, Locale, null | Locale>
id: string
locale: Locale
memberPermissions: CacheTypeReducer<Cached, Readonly<PermissionsBitField>, Readonly<PermissionsBitField>, Readonly<PermissionsBitField>, null | Readonly<PermissionsBitField>>
options: Omit<CommandInteractionOptionResolver<Cached>, "getMessage" | "getMentionable" | "getRole" | "getUser" | "getMember" | "getAttachment" | "getChannel">
responded: boolean
token: string
user: User
version: number

Accessors

  • get createdAt(): Date
  • Returns Date

  • get createdTimestamp(): number
  • Returns number

Methods

  • Parameters

    Returns Promise<void>

  • Parameters

    • Rest ...props: Record<string, string | boolean>[]

    Returns unknown

  • Returns string

Generated using TypeDoc