mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-05 16:03:49 +00:00
4.6 KiB
4.6 KiB
//docs/dev.inmo.tgbotapi.requests.edit.abstracts/EditLocationMessage
EditLocationMessage
[common] interface EditLocationMessage : Locationed, HorizontallyAccured, ProximityAlertable, Headed
Properties
Name | Summary |
---|---|
heading | [common] abstract val heading: Degrees? |
horizontalAccuracy | [common] abstract val horizontalAccuracy: Meters? |
latitude | [common] abstract val latitude: Double |
longitude | [common] abstract val longitude: Double |
proximityAlertRadius | [common] abstract val proximityAlertRadius: Meters? |
Inheritors
Name |
---|
EditChatMessageLiveLocation |
EditInlineMessageLiveLocation |