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

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

Summary

Types

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