mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.data
/
GroupHonorListData
/
Actor
Actor
common
data
class
Actor
(
uin
:
Long
?
,
avatar
:
String
?
,
name
:
String
?
,
desc
:
String
?
,
btnText
:
String
?
,
text
:
String
?
,
icon
:
Int
?
)
Content copied to clipboard
Properties
Properties
avatar
Link copied to clipboard
common
val
avatar
:
String
?
=
null
Content copied to clipboard
btnText
Link copied to clipboard
common
val
btnText
:
String
?
=
null
Content copied to clipboard
desc
Link copied to clipboard
common
val
desc
:
String
?
=
null
Content copied to clipboard
icon
Link copied to clipboard
common
val
icon
:
Int
?
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
?
=
null
Content copied to clipboard
text
Link copied to clipboard
common
val
text
:
String
?
=
null
Content copied to clipboard
uin
Link copied to clipboard
common
val
uin
:
Long
?
=
0
Content copied to clipboard