View Source Telegex.Type.InlineQueryResultLocation (Telegex v1.8.0)
Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the location.
Summary
Types
@type t() :: %Telegex.Type.InlineQueryResultLocation{ heading: integer() | nil, horizontal_accuracy: float() | nil, id: String.t(), input_message_content: Telegex.Type.InputMessageContent.t() | nil, latitude: float(), live_period: integer() | nil, longitude: float(), proximity_alert_radius: integer() | nil, reply_markup: Telegex.Type.InlineKeyboardMarkup.t() | nil, thumbnail_height: integer() | nil, thumbnail_url: String.t() | nil, thumbnail_width: integer() | nil, title: String.t(), type: String.t() }