seyfert
    Preparing search index...

    Class User

    Hierarchy (View Summary)

    • ObjectToLower<APIUser>
    • DiscordBase<APIUser>
    Index

    Constructors

    Properties

    accentColor?: null | number
    avatar: null | string
    avatarDecorationData?: null | { asset: string; skuId: string }
    banner?: null | string
    bot?: boolean
    client: UsingClient
    discriminator: string
    email?: null | string
    flags?: UserFlags
    globalName: null | string
    id: string
    locale?: string
    mfaEnabled?: boolean
    premiumType?: UserPremiumType
    publicFlags?: UserFlags
    system?: boolean
    username: string
    verified?: boolean

    Accessors

    Methods

    • Returns ReturnCache<
          | undefined
          | Omit<GatewayPresenceUpdate, "user"> & { id: string; user_id: string } & {
              guild_id: string;
          },
      >

    • Returns a string representation of an object.

      Returns `<@${string}>`

    • Parameters

      • body: Omit<
            RESTPostAPIChannelMessageJSONBody,
            "components"
            | "content"
            | "embeds"
            | "poll",
        > & SendResolverProps

      Returns Promise<Message>