Ejemplo n.º 1
0
 public DTTextModel(string msg)
 {
     msgtype = "text";
     at      = new DTAtModel();
     text    = new DTTextContextModel()
     {
         content = msg
     };
 }