Beispiel #1
0
 public Direct_Messages.Destroy.Result[] Destroy(Direct_Messages.Destroy.Command command)
 {
     return _ApiEndpoints._Client.GetResult<Direct_Messages.Destroy.Command, Direct_Messages.Destroy.Result[]>(command);
 }
Beispiel #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);
 }
Beispiel #3
0
 public Direct_Messages.New.Result New(Direct_Messages.New.Command command)
 {
     return _ApiEndpoints._Client.GetResult<Direct_Messages.New.Command, Direct_Messages.New.Result>(command);
 }