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 + ) } )