Files
telegram-bot/modules/ContentStore/Model/SomeRandomApiAnimalResponse.cs

7 lines
188 B
C#

namespace West.TelegramBot.ContentStore.Model;
public class SomeRandomApiAnimalResponse
{
public string Image { get; set; } = null!;
public string Fact { get; set; } = null!;
}