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

7 lines
188 B
C#
Raw Normal View History

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