Represents the content of a location message to be sent as the result of an inline query.
@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 }