Update LiveFlowLocation.kt

This commit is contained in:
InsanusMokrassar 2023-02-17 15:50:49 +06:00 committed by GitHub
parent d8b5789cd2
commit fe17312bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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