1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-06 09:25:05 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.edit.LiveLocation/-edit-chat-message-live-location/-edit-chat-message-live-location.md

12 lines
1.4 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.edit.LiveLocation](../index.md)/[EditChatMessageLiveLocation](index.md)/[EditChatMessageLiveLocation](-edit-chat-message-live-location.md)
# EditChatMessageLiveLocation
[common]
Content
fun [EditChatMessageLiveLocation](-edit-chat-message-live-location.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)? = null, heading: [Degrees](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FDegrees%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, proximityAlertRadius: [Meters](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMeters%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, replyMarkup: [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null)