JsonGroupInfo

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

information about a legacy group

Constructors

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

Properties

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