View Source ExGram.Model.InputLocationMessageContent (ex_gram v0.52.2)

Represents the content of a location message to be sent as the result of an inline query.

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

Summary

Types

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

Functions