1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 18:05:11 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.md
2021-03-17 15:18:37 +00:00

4.8 KiB

//docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/InputLocationMessageContent

InputLocationMessageContent

[common] data class InputLocationMessageContent(latitude: Double, longitude: Double, horizontalAccuracy: Meters?, livePeriod: Seconds?, heading: Degrees?, proximityAlertRadius: Meters?) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent

Properties

Name Summary
heading [common] open override val heading: Degrees? = null
horizontalAccuracy [common] open override val horizontalAccuracy: Meters? = null
latitude [common] open override val latitude: Double
livePeriod [common] open override val livePeriod: Seconds? = nullPeriod in Seconds
longitude [common] open override val longitude: Double
proximityAlertRadius [common] open override val proximityAlertRadius: Meters? = null