ProximityAlertTriggered
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.