UserProfile

constructor(userID: String = "", nickname: String? = null, avatarURL: String? = null, selfSignature: String? = null, gender: Gender? = null, role: Int? = null, level: Int? = null, birthday: Long? = null, allowType: AllowType? = null, customInfo: Map<String, ByteArray>? = null)