Type Parameters

Hierarchy (View Summary)

Constructors

Properties

applicationId: string
appPermissions: Readonly<PermissionsBitField>
attachmentSizeLimit: number
authorizingIntegrationOwners: APIAuthorizingIntegrationOwnersMap
channelId: string
channels: Collection<
    string,
    CacheTypeReducer<
        Cached,
        Channel,
        APIChannel,
        APIChannel
        | Channel,
        APIChannel | Channel,
    >,
>
client: Client<true>
componentType: ChannelSelect
context: null | InteractionContextType
customId: string
deferred: boolean
entitlements: Collection<string, Entitlement>
ephemeral: null | boolean
guildId: CacheTypeReducer<Cached, string>
id: string
locale: Locale
replied: boolean
token: string
user: User
values: string[]
version: number

Accessors

  • get createdAt(): Date

    Returns Date

  • get createdTimestamp(): number

    Returns number

Methods

  • Parameters

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

    Returns unknown