seyfert
    Preparing search index...

    Class User

    Hierarchy (View Summary)

    • ObjectToLower<APIUser>
    • DiscordBase<APIUser>
    Index

    Constructors

    Properties

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

    Accessors

    Methods

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

    • Returns a string representation of an object.

      Returns `<@${string}>`

    • Parameters

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

      Returns Promise<Message>