Aliucord
2.2.2
androidJvm
Aliucord
/
com.aliucord.api.rn.user
Package-level
declarations
Types
Types
RNUser
Profile
Link copied to clipboard
class
RNUserProfile
(
val
guildMemberProfile
:
UserProfileData
?
,
val
userProfile
:
UserProfileData
?
)
:
UserProfile
User
Profile
Data
Link copied to clipboard
class
UserProfileData
(
val
accentColor
:
Int
?
,
val
banner
:
String
?
,
val
bio
:
String
?
,
val
guildId
:
Long
?
,
val
pronouns
:
String
,
val
themeColors
:
IntArray
?
)