using System; using System.Collections.Generic; using System.Text; namespace Tianyi.DingtalkRobotKit { public class LinkOption { public string text { get; set; } public string title { get; set; } public string picUrl { get; set; } public string messageUrl { get; set; } } }