data class Recipient
Recipient(stream: String? = null, zulipUsers: List<ZulipUser>? = null)
val stream: String?
val zulipUsers: List<ZulipUser>?