RNUser Profile
class RNUserProfile(val guildMemberProfile: UserProfileData?, val userProfile: UserProfileData?, val badges: List<ProfileBadge>?) : UserProfile
Constructors
Link copied to clipboard
constructor(guildMemberProfile: UserProfileData?, userProfile: UserProfileData?, badges: List<ProfileBadge>?)