View Source Telegex.Type.ProximityAlertTriggered (Telegex v1.0.0-rc.9)

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

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.ProximityAlertTriggered{
  distance: integer(),
  traveler: Telegex.Type.User.t(),
  watcher: Telegex.Type.User.t()
}