copy<T> method
Allows to copy a photo to the "Saved photos" album
Implementation
Future<ApiResponse<T>> copy<T>(Map<String, Object> params) =>
_api.request<T>('photos.copy', params);
Allows to copy a photo to the "Saved photos" album
Future<ApiResponse<T>> copy<T>(Map<String, Object> params) =>
_api.request<T>('photos.copy', params);