Доработан адаптер телеграма
This commit is contained in:
@@ -49,7 +49,7 @@ public sealed class TelegramAlbumBuilder : IAlbumBuilder
|
||||
|
||||
var chatId = long.Parse(_ctx.Update.Chat.Id);
|
||||
|
||||
if (!_ctx.Update.Chat.Capabilities.SupportsAlbums)
|
||||
if (!_adapter.Capabilities.SupportsAlbums)
|
||||
{
|
||||
_logger.Log(LogLevel.Warn, "Albums not supported. Degraded to sequential sends.");
|
||||
foreach (var (file, caption) in _items)
|
||||
|
||||
Reference in New Issue
Block a user