JsonGroupInfo

data class JsonGroupInfo(groupId: String?, members: List<JsonAddress>, name: String?, type: String?, avatarId: Long?)

Properties

Link copied to clipboard
val avatarId: Long? = null
Link copied to clipboard
val groupId: String? = null
Link copied to clipboard
val members: List<JsonAddress>
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val type: String? = null