//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.edit.LiveLocation](../index.md)/[EditChatMessageLiveLocation](index.md) # EditChatMessageLiveLocation [common] data class [EditChatMessageLiveLocation](index.md)(**chatId**: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **messageId**: [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **latitude**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **longitude**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **horizontalAccuracy**: [Meters](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)?, **heading**: [Degrees](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FDegrees%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)?, **proximityAlertRadius**: [Meters](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)?, **replyMarkup**: [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)?) : [EditChatMessage](../../dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.md)<[LocationContent](../../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)> , [EditReplyMessage](../../dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.md), [EditLocationMessage](../../dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.md) ## Functions | Name | Summary | |---|---| | [method](method.md)| [common]
Content
open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


| ## Properties | Name | Summary | |---|---| | [chatId](chat-id.md)| [common] open override val [chatId](chat-id.md): [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md)
| | [heading](heading.md)| [common] open override val [heading](heading.md): [Degrees](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FDegrees%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null
| | [horizontalAccuracy](horizontal-accuracy.md)| [common] open override val [horizontalAccuracy](horizontal-accuracy.md): [Meters](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null
| | [latitude](latitude.md)| [common] open override val [latitude](latitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
| | [longitude](longitude.md)| [common] open override val [longitude](longitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
| | [messageId](message-id.md)| [common] open override val [messageId](message-id.md): [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
| | [proximityAlertRadius](proximity-alert-radius.md)| [common] open override val [proximityAlertRadius](proximity-alert-radius.md): [Meters](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null
| | [replyMarkup](reply-markup.md)| [common] open override val [replyMarkup](reply-markup.md): [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null
| | [requestSerializer](request-serializer.md)| [common] open override val [requestSerializer](request-serializer.md): <*>
| | [resultDeserializer](result-deserializer.md)| [common] open override val [resultDeserializer](result-deserializer.md): <[ContentMessage](../../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[LocationContent](../../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)>>
|