View Source Telegex.Type.ProximityAlertTriggered (Telegex v1.8.0)

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

Summary

Types

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