From a67a6fa772838c7484030f5e859f2b91487adef7 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 2 Jul 2026 16:08:01 +0600 Subject: [PATCH] update dependencies --- .../cache/media/common/DefaultMessageContentCache.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cache/content/common/src/commonMain/kotlin/dev/inmo/tgbotapi/libraries/cache/media/common/DefaultMessageContentCache.kt b/cache/content/common/src/commonMain/kotlin/dev/inmo/tgbotapi/libraries/cache/media/common/DefaultMessageContentCache.kt index dbc69fa..71c5d0f 100644 --- a/cache/content/common/src/commonMain/kotlin/dev/inmo/tgbotapi/libraries/cache/media/common/DefaultMessageContentCache.kt +++ b/cache/content/common/src/commonMain/kotlin/dev/inmo/tgbotapi/libraries/cache/media/common/DefaultMessageContentCache.kt @@ -118,6 +118,11 @@ class DefaultMessageContentCache( savedFileContentAllocator, disableNotification = true ) + is TelegramMediaLivePhoto -> SendPhoto( + filesRefreshingChatId, + savedFileContentAllocator, + disableNotification = true + ) } )