1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 02:00:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.md
2021-03-17 15:18:37 +00:00

2.0 KiB

//docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultLocation/InlineQueryResultLocation

InlineQueryResultLocation

[common]
Content
fun InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)