Neighbourhood.omg.lol/Models/API/PostPasteResponseData.cs

7 lines
222 B
C#
Raw Normal View History

namespace Neighbourhood.omg.lol.Models {
public class PostPasteResponseData : IOmgLolResponseData {
public string Message { get; set; } = string.Empty;
public string Title { get; set; } = string.Empty;
}
}