[store] add red pandas, rename incorrectly named file

This commit is contained in:
Andriy
2023-01-05 02:09:53 +02:00
parent 2043fd7ccd
commit 5db3fc8eee
4 changed files with 35 additions and 1 deletions
@@ -0,0 +1,7 @@
namespace West.TelegramBot.ContentStore.Model;
public class RedPandaResponse
{
public string Image { get; set; } = null!;
public string Fact { get; set; } = null!;
}