Type Parameters

Hierarchy (View Summary)

Constructors

Properties

applicationId: string
appPermissions: Readonly<PermissionsBitField>
attachmentSizeLimit: number
authorizingIntegrationOwners: APIAuthorizingIntegrationOwnersMap
channelId: string
client: Client<true>
componentType: MentionableSelect
context: null | InteractionContextType
customId: string
deferred: boolean
entitlements: Collection<string, Entitlement>
ephemeral: null | boolean
guildId: CacheTypeReducer<Cached, string>
id: string
locale: Locale
members: Collection<
    string,
    CacheTypeReducer<
        Cached,
        GuildMember,
        APIGuildMember,
        APIGuildMember
        | GuildMember,
        APIGuildMember | GuildMember,
    >,
>
replied: boolean
roles: Collection<
    string,
    CacheTypeReducer<Cached, Role, APIRole, APIRole | Role, APIRole | Role>,
>
token: string
user: User
users: Collection<string, 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