MemberMedalInfo

class MemberMedalInfo @MiraiInternalApi constructor(    val title: String,     val color: String,     val wearing: MemberMedalType,     val medals: Set<MemberMedalType>)

群成员头衔详情

Since

2.13

Constructors

Link copied to clipboard
constructor(title: String, color: String, wearing: MemberMedalType, medals: Set<MemberMedalType>)

Properties

Link copied to clipboard

当前佩戴的头衔的颜色

Link copied to clipboard

拥有的所有头衔

Link copied to clipboard

当前佩戴的头衔

Link copied to clipboard

当前佩戴的头衔类型