Abstract for some-random-api.com, more animals

This commit is contained in:
2023-05-17 23:36:20 +03:00
parent d63113f58c
commit 9a554ee295
9 changed files with 76 additions and 26 deletions
@@ -0,0 +1,7 @@
namespace West.TelegramBot.ContentStore.Model;
public class SomeRandomApiAnimalResponse
{
public string Image { get; set; } = null!;
public string Fact { get; set; } = null!;
}