GroupActiveData
data class GroupActiveData(ec: Int?, msg: String?, errCode: Int?, info: GroupActiveData.GInfo?, role: Int?)
Content copied to clipboard
群统计信息
Constructors
GroupActiveData
Link copied to clipboard
fun GroupActiveData(ec: Int? = null, msg: String?, errCode: Int?, info: GroupActiveData.GInfo? = null, role: Int? = 0)
Content copied to clipboard
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?)
Content copied to clipboard