JsonGroupInfo

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

information about a legacy group

Constructors

Link copied to clipboard
fun JsonGroupInfo(groupId: String? = null, members: List<JsonAddress> = emptyList(), name: String? = null, type: String? = null, avatarId: Long? = null)

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