PresenceDataUnitContent

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class PresenceUpdate(val presence: Presence, val userId: UserId, val lastActiveAgo: Long, val isCurrentlyActive: Boolean? = null, val statusMessage: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "push")
val push: List<PresenceDataUnitContent.PresenceUpdate>