mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[rss] fix images send with spoiler
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Service
|
||||
else
|
||||
{
|
||||
await _bot.BotClient.SendPhotoAsync(message.ChatId, new InputFileUrl(message.ImageUrl), 0, message.Text,
|
||||
message.ParseMode, null, message.DisableWebPagePreview);
|
||||
message.ParseMode, null, false, message.DisableWebPagePreview);
|
||||
}
|
||||
}
|
||||
catch (ApiRequestException e)
|
||||
|
||||
Reference in New Issue
Block a user