Package-level declarations

Types

Link copied to clipboard
data class ProfileBadge(val id: String, val description: String, val icon: String, val link: String?)
Link copied to clipboard
class RNUserProfile(val guildMemberProfile: UserProfileData?, val userProfile: UserProfileData?, val badges: List<ProfileBadge>?) : UserProfile
Link copied to clipboard
class UserProfileData(val accentColor: Int?, val banner: String?, val bio: String?, val guildId: Long?, val pronouns: String, val themeColors: IntArray?)