1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.edit.LiveLocation/stop-live-location.md
2021-03-17 15:18:37 +00:00

15 lines
2.9 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.edit.LiveLocation](index.md)/[stopLiveLocation](stop-live-location.md)
# stopLiveLocation
[common]
Content
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[stopLiveLocation](stop-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), replyMarkup: [InlineKeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null): [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[LocationContent](../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)>
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[stopLiveLocation](stop-live-location.md)(chat: [Chat](../dev.inmo.tgbotapi.types.chat.abstracts/-chat/index.md), messageId: [MessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), replyMarkup: [InlineKeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null): [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[LocationContent](../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)>
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[stopLiveLocation](stop-live-location.md)(message: [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[LocationContent](../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)>, replyMarkup: [InlineKeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null): [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[LocationContent](../dev.inmo.tgbotapi.types.message.content/-location-content/index.md)>
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[stopLiveLocation](stop-live-location.md)(inlineMessageId: [InlineMessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), replyMarkup: [InlineKeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)