User

fun User(    userId: String,     displayName: String? = null,     avatarUrl: String? = null)