ExGram.Model.ProximityAlertTriggered (ex_gram v0.34.0) View Source

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

Check the documentation of this model in https://core.telegram.org/bots/api#proximityalerttriggered

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ProximityAlertTriggered{
  distance: integer(),
  traveler: ExGram.Model.User.t(),
  watcher: ExGram.Model.User.t()
}

Link to this section Functions