Package net.mamoe.mirai.contact.active

Types

Link copied to clipboard
class ActiveChart @MiraiInternalApi constructor(    val actives: Map<String, Int>,     val sentences: Map<String, Int>,     val members: Map<String, Int>,     val join: Map<String, Int>,     val exit: Map<String, Int>)

活跃度数据图表, 键是 yyyy-MM 格式的日期,值是数量

Link copied to clipboard
class ActiveHonorInfo

群荣耀当前持有者

Link copied to clipboard
class ActiveHonorList @MiraiInternalApi constructor(    val type: GroupHonorType,     val current: ActiveHonorInfo?,     val records: List<ActiveHonorInfo>)

群荣耀历史数据

Link copied to clipboard
class ActiveRankRecord

活跃排行榜记录

Link copied to clipboard
class ActiveRecord

活跃数据记录

Link copied to clipboard
interface GroupActive : Streamable<ActiveRecord>

表示一个群活跃度管理.

Link copied to clipboard
interface MemberActive

群活跃度相关属性

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

群成员头衔详情

Link copied to clipboard
enum MemberMedalType : Enum<MemberMedalType>

群成员头衔详情Detail