stopLiveLocation

suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageId, replyMarkup: InlineKeyboardMarkup? = null): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that