mirai-core / net.mamoe.mirai.data / GroupActiveData

GroupActiveData

@SinceMirai("0.28.0") data class GroupActiveData

群统计信息

Types

GInfo

data class GInfo

Constructors

<init>

群统计信息

GroupActiveData(ec: Int? = null, msg: String?, errCode: Int?, info: GInfo? = null, role: Int?)

Properties

ec

val ec: Int?

errCode

val errCode: Int?

info

val info: GInfo?

msg

val msg: String?

role

val role: Int?