Available types

ProximityAlertTriggered

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

fields

fieldtyperequireddescription
travelerUserrequiredUser that triggered the alert
watcherUserrequiredUser that set the alert
distancenumberrequiredThe distance between the users

import

types.ts
import type { ProximityAlertTriggered } from "@yaebal/types";

used by

types