editInlineMessageLiveLocation - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / editInlineMessageLiveLocation

editInlineMessageLiveLocation

suspend fun TelegramFlow.editInlineMessageLiveLocation(inlineMessageId: String?, replyMarkup: ReplyMarkup?, location: Location? = null): Unit

Suspend function, which edits the content of a live location in an inline message sent via a bot; for bots only.

Parameters

inlineMessageId - Inline message identifier.

replyMarkup - The new message reply markup.

location - New location content of the message; may be null. Pass null to stop sharing the live location.