StringGroupUpdate

data class StringGroupUpdate(val groupId: UUID, val type: GroupUpdateType, val data: String)

Class GroupUpdate.

Constructors

Link copied to clipboard
constructor(groupId: UUID, type: GroupUpdateType, data: String)

Properties

Link copied to clipboard

The update data.

Link copied to clipboard

The group identifier.

Link copied to clipboard

The update type.