UserProfileFullResponse class

Annotations
  • @JsonSerializable.new()

Constructors

UserProfileFullResponse({required UserProfileFullResponseUser user, required UserProfileFullResponseUserProfile userProfile, required int? timezoneOffset, GuildMemberResponse? guildMember, UserProfileFullResponseGuildMemberProfile? guildMemberProfile, UserPremiumTypes? premiumType, String? premiumSince, Int32Type? premiumLifetimeSequence, List<UserPartialResponse>? mutualFriends, List<UserProfileFullResponseMutualGuilds>? mutualGuilds, List<ConnectionResponse>? connectedAccounts, bool? profileLimited})
const
UserProfileFullResponse.fromJson(Map<String, Object?> json)
factory

Properties

connectedAccounts List<ConnectionResponse>?
Array of verified external connections
final
guildMember GuildMemberResponse?
final
guildMemberProfile UserProfileFullResponseGuildMemberProfile?
Guild-specific profile data
final
hashCode int
The hash code for this object.
no setterinherited
mutualFriends List<UserPartialResponse>?
Array of mutual friends
final
mutualGuilds List<UserProfileFullResponseMutualGuilds>?
Array of mutual guilds
final
premiumLifetimeSequence Int32Type?
final
premiumSince String?
ISO8601 timestamp of when premium was activated
final
premiumType UserPremiumTypes?
The type of premium subscription
final
profileLimited bool?
True when the target user has restricted their profile and the viewer does not meet the visibility tier; bio, pronouns, badges, and connected accounts have been stripped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezoneOffset Int32Type?
Current timezone offset in minutes from UTC for the target user's profile timezone, or null when hidden or unset
final
user UserProfileFullResponseUser
The user object
final
userProfile UserProfileFullResponseUserProfile
The user profile data
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited