docs / com.github.insanusmokrassar.TelegramBotAPI.extensions.api.edit.LiveLocation / stopLiveLocation

stopLiveLocation

(common) suspend fun RequestsExecutor.stopLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent> (source)
suspend fun RequestsExecutor.stopLiveLocation(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent> (source)
suspend fun RequestsExecutor.stopLiveLocation(message: ContentMessage<LocationContent>, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent> (source)
suspend fun RequestsExecutor.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean (source)