GroupActiveData

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

群统计信息

Constructors

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

Types

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

Properties

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