simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild.api.role
/
GuildRoleInfo
Guild
Role
Info
data
class
GuildRoleInfo
@
JvmOverloads
constructor
(
var
name
:
String
?
=
null
,
var
color
:
Int
?
=
null
,
var
isHoist
:
Boolean
=
false
)
Info
携带需要设置的字段内容
Types
Constructors
Properties
Constructors
Guild
Role
Info
Link copied to clipboard
@
JvmOverloads
fun
GuildRoleInfo
(
name
:
String
?
=
null
,
color
:
Int
?
=
null
,
isHoist
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Link copied to clipboard
var
color
:
Int
?
=
null
ARGB的HEX十六进制颜色值转换后的十进制数值
is
Hoist
Link copied to clipboard
var
isHoist
:
Boolean
=
false
在成员列表中单独展示
name
Link copied to clipboard
var
name
:
String
?
=
null
名称