1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 06:39:41 +00:00

Update LiveFlowLocation.kt

This commit is contained in:
2023-02-17 15:50:49 +06:00
committed by GitHub
parent d8b5789cd2
commit fe17312bb5

View File

@@ -86,7 +86,9 @@ suspend fun TelegramBot.handleLiveLocation(
it.heading,
it.proximityAlertRadius,
it.replyMarkup
)
).also {
sentMessageFlow ?.emit(it)
}
}
}
}