public Direct_Messages.Show.Result[] Show(String id)
 {
     var cm = new Direct_Messages.Show.Command();
     cm.id = id;
     return this.Show(cm);
 }
Exemple #2
0
 public Direct_Messages.Show.Result[] Show(Direct_Messages.Show.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Direct_Messages.Show.Command, Direct_Messages.Show.Result[]>(command));
 }