ExGram.Model.InlineQueryResultLocation (ex_gram v0.40.0) View Source
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
Link to this section Summary
Link to this section Types
Specs
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()
}