update dependencies

This commit is contained in:
2026-07-02 16:08:01 +06:00
parent 9c47bb98a3
commit a67a6fa772

View File

@@ -118,6 +118,11 @@ class DefaultMessageContentCache<K>(
savedFileContentAllocator, savedFileContentAllocator,
disableNotification = true disableNotification = true
) )
is TelegramMediaLivePhoto -> SendPhoto(
filesRefreshingChatId,
savedFileContentAllocator,
disableNotification = true
)
} }
) )