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

This object represents a point on the map.

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.Location{
  heading: integer() | nil,
  horizontal_accuracy: float() | nil,
  latitude: float(),
  live_period: integer() | nil,
  longitude: float(),
  proximity_alert_radius: integer() | nil
}

Link to this section Functions