interface FriendInfo
abstract val nick: String
abstract val uin: Long
interface MemberInfo : FriendInfo