Files

7 lines
188 B
C#
Raw Permalink Normal View History

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