GroupActiveData

data class GroupActiveData(    val ec: Int? = null,     val msg: String?,     val errCode: Int?,     val info: GroupActiveData.GInfo? = null,     val role: Int? = 0)

群统计信息

Constructors

Link copied to clipboard
fun GroupActiveData(    ec: Int? = null,     msg: String?,     errCode: Int?,     info: GroupActiveData.GInfo? = null,     role: Int? = 0)

Types

Link copied to clipboard
data class GInfo(    val actNum: List<GroupActiveData.GInfo.GActNum?>? = null,     val createTime: Int? = 0,     val exitNum: List<GroupActiveData.GInfo.GExitNum?>? = null,     val joinNum: List<GroupActiveData.GInfo.GJoinNum?>? = null,     val memNum: List<GroupActiveData.GInfo.GMemNum?>? = null,     val mostAct: List<GroupActiveData.GInfo.GMostAct?>? = null,     val sentences: List<GroupActiveData.GInfo.GSentence?>? = null,     val gc: Int? = null,     val gn: String? = null,     val gowner: String? = null,     val isEnd: Int? = null)

Properties

Link copied to clipboard
val ec: Int? = null
Link copied to clipboard
val errCode: Int?
Link copied to clipboard
val info: GroupActiveData.GInfo? = null
Link copied to clipboard
val msg: String?
Link copied to clipboard
val role: Int? = 0