TG.WXCRM.V4/AppletMvcService/Models/ImageMsg.cs

9 lines
211 B
C#

namespace AppletMvcService.Models
{
public class ImageMsg
{
public string type { get; set; }
public string media_id { get; set; }
public string created_at { get; set; }
}
}