public Direct_Messages.Destroy.Result[] Destroy(Direct_Messages.Destroy.Command command) { return _ApiEndpoints._Client.GetResult<Direct_Messages.Destroy.Command, Direct_Messages.Destroy.Result[]>(command); }
public Direct_Messages.Show.Result[] Show(Direct_Messages.Show.Command command) { return _ApiEndpoints._Client.GetResult<Direct_Messages.Show.Command, Direct_Messages.Show.Result[]>(command); }
public Direct_Messages.New.Result New(Direct_Messages.New.Command command) { return _ApiEndpoints._Client.GetResult<Direct_Messages.New.Command, Direct_Messages.New.Result>(command); }