Implemented image fetching from RSS Item

This commit is contained in:
2021-10-21 01:56:46 +04:00
parent 9782599254
commit b007732833
3 changed files with 94 additions and 5 deletions
+1
View File
@@ -9,5 +9,6 @@ namespace Kruzya.TelegramBot.RichSiteSummary
public string Text;
public ParseMode ParseMode;
public bool DisableWebPagePreview;
public string ImageUrl;
}
}