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