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/index.md

15 lines
13 KiB
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.edit.LiveLocation](index.md)
# Package dev.inmo.tgbotapi.extensions.api.edit.LiveLocation
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.api.edit.LiveLocation//editLiveLocation/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.message.abstracts.ContentMessage[dev.inmo.tgbotapi.types.message.content.LocationContent]#dev.inmo.tgbotapi.types.location.LiveLocation#dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup?/PointingToDeclaration/"></a>[editLiveLocation](edit-live-location.md)| <a name="dev.inmo.tgbotapi.extensions.api.edit.LiveLocation//editLiveLocation/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.message.abstracts.ContentMessage[dev.inmo.tgbotapi.types.message.content.LocationContent]#dev.inmo.tgbotapi.types.location.LiveLocation#dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup?/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[editLiveLocation](edit-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)>, location: [LiveLocation](../dev.inmo.tgbotapi.types.location/-live-location/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)> <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[editLiveLocation](edit-live-location.md)(inlineMessageId: [InlineMessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), location: [LiveLocation](../dev.inmo.tgbotapi.types.location/-live-location/index.md), 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) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[editLiveLocation](edit-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), location: [LiveLocation](../dev.inmo.tgbotapi.types.location/-live-location/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)> <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[editLiveLocation](edit-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), location: [LiveLocation](../dev.inmo.tgbotapi.types.location/-live-location/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)> <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F62501
| <a name="dev.inmo.tgbotapi.extensions.api.edit.LiveLocation//stopLiveLocation/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.message.abstracts.ContentMessage[dev.inmo.tgbotapi.types.message.content.LocationContent]#dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup?/PointingToDeclaration/"></a>[stopLiveLocation](stop-live-location.md)| <a name="dev.inmo.tgbotapi.extensions.api.edit.LiveLocation//stopLiveLocation/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.message.abstracts.ContentMessage[dev.inmo.tgbotapi.types.message.content.LocationContent]#dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup?/PointingToDeclaration/"></a>[common] <br>Content <br>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)> <br>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) <br>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)> <br>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)> <br><br><br>|