Appearance
FetchedUserWithProfile
Package: @erinjs/core
Result of {@link UsersManager.fetchWithProfile}.
Properties
| Name | Type | Readonly | Optional | Description |
|---|---|---|---|---|
globalProfile | any | No | No | Global profile (bio, pronouns, mutual guilds, etc.). Null if unavailable. |
member | GuildMember | null | No | No | Guild member when guildId was provided and user is in the guild. Null otherwise. |
memberData | any | No | No | Raw member data when member exists (for premium_since, etc.). |
serverProfile | any | No | No | Server-specific profile when guildId was provided. Null if unavailable. |
user | User | No | No | The user (cached in client.users). |
userData | APIUserPartial | No | No | Raw user data from GET /users/{id}. |