mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-15 04:43:48 +00:00
1.4 KiB
1.4 KiB
//docs/dev.inmo.tgbotapi.requests.edit.LiveLocation/EditChatMessageLiveLocation/EditChatMessageLiveLocation
EditChatMessageLiveLocation
[common]
Content
fun EditChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)