View Source ExGram.Model.InlineQueryResultLocation (ex_gram v0.53.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.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultlocation
Summary
Types
@type t() :: %ExGram.Model.InlineQueryResultLocation{ heading: integer() | nil, horizontal_accuracy: float() | nil, id: String.t(), input_message_content: ExGram.Model.InputMessageContent.t() | nil, latitude: float(), live_period: integer() | nil, longitude: float(), proximity_alert_radius: integer() | nil, reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil, thumbnail_height: integer() | nil, thumbnail_url: String.t() | nil, thumbnail_width: integer() | nil, title: String.t(), type: String.t() }