Files

7 lines
177 B
C#
Raw Permalink Normal View History

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