Package net.mamoe.mirai.data

Types

FriendInfo
Link copied to clipboard
interface FriendInfo : UserInfo
FriendInfoImpl
Link copied to clipboard
open class FriendInfoImpl(uin: Long, nick: String, remark: String) : FriendInfo
GroupActiveData
Link copied to clipboard
data class GroupActiveData(ec: Int?, msg: String?, errCode: Int?, info: GroupActiveData.GInfo?, role: Int?)

群统计信息

GroupHonorListData
Link copied to clipboard
data class GroupHonorListData(gc: String?, type: GroupHonorType?, uin: String?, talkativeList: List<GroupHonorListData.Talkative?>?, currentTalkative: GroupHonorListData.CurrentTalkative?, actorList: List<GroupHonorListData.Actor?>?, legendList: List<GroupHonorListData.Actor?>?, newbieList: List<GroupHonorListData.Actor?>?, strongNewbieList: List<GroupHonorListData.Actor?>?, emotionList: List<GroupHonorListData.Actor?>?, levelName: GroupHonorListData.LevelName?, manageList: List<GroupHonorListData.Tag?>?, exclusiveList: List<GroupHonorListData.Tag?>?, activeObj: Map<String, List<GroupHonorListData.Tag?>?>?, showActiveObj: Map<String, Boolean?>?, myTitle: String?, myIndex: Int?, myAvatar: String?, hasServerError: Boolean?, hwExcellentList: List<GroupHonorListData.Actor?>?)
GroupHonorType
Link copied to clipboard
enum GroupHonorType : Enum<GroupHonorType>

群荣誉信息

GroupInfo
Link copied to clipboard
interface GroupInfo

群资料.

MemberInfo
Link copied to clipboard
interface MemberInfo : UserInfo
OnlineStatus
Link copied to clipboard
enum OnlineStatus : Enum<OnlineStatus>

在线状态

RequestEventData
Link copied to clipboard
sealed class RequestEventData
StrangerInfo
Link copied to clipboard
interface StrangerInfo : UserInfo
UserInfo
Link copied to clipboard
interface UserInfo