PresenceUpdate

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

Constructors

Link copied to clipboard
constructor(presence: Presence, userId: UserId, lastActiveAgo: Long, isCurrentlyActive: Boolean? = null, statusMessage: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusMessage: String? = null
Link copied to clipboard