ProximityAlertTriggered

@Serializable
data class ProximityAlertTriggered(val traveler: User, val watcher: User, val distance: Meters) : PublicChatEvent

This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.

Constructors

Link copied to clipboard
constructor(traveler: User, watcher: User, distance: Meters)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard