diff --git a/modules/ContentStore/Handler/Store.cs b/modules/ContentStore/Handler/Store.cs index bcbb8ff..f7aadf2 100644 --- a/modules/ContentStore/Handler/Store.cs +++ b/modules/ContentStore/Handler/Store.cs @@ -141,7 +141,7 @@ public class Store : CommonHandler switch (randomMedia.Type) { case InputMediaType.Photo: - await Bot.SendVideo(Chat.Id, file, + await Bot.SendPhoto(Chat.Id, file, caption: randomMedia.Caption, replyParameters: messageId, parseMode: ParseMode.Html,