Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.api.rn.user
/
RNUserProfile
RNUser
Profile
class
RNUserProfile
(
val
guildMemberProfile
:
UserProfileData
?
,
val
userProfile
:
UserProfileData
?
)
:
UserProfile
Members
Constructors
RNUser
Profile
Link copied to clipboard
constructor
(
guildMemberProfile
:
UserProfileData
?
,
userProfile
:
UserProfileData
?
)
Functions
a
Link copied to clipboard
fun
a
(
)
:
ProfileApplication
b
Link copied to clipboard
fun
b
(
)
:
MutableList
<
ConnectedAccount
>
c
Link copied to clipboard
fun
c
(
)
:
GuildMember
d
Link copied to clipboard
fun
d
(
)
:
MutableList
<
UserProfile.GuildReference
>
e
Link copied to clipboard
fun
e
(
)
:
String
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
f
Link copied to clipboard
fun
f
(
)
:
String
g
Link copied to clipboard
fun
g
(
)
:
User
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
guild
Member
Profile
Link copied to clipboard
val
guildMemberProfile
:
UserProfileData
?
user
Profile
Link copied to clipboard
val
userProfile
:
UserProfileData
?