/** * 在同一个群发起临时会话的消息发送者 */ data class TempMessageSender(/* 实际上就是消息发送者的 QQ*/var id: String, /*消息发送者在群中的备注名*/var memberName: String) { }
这也太丑了吧??