deleteComment<T> method
Deletes a comment on the photo.
Implementation
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('photos.deleteComment', params);
Deletes a comment on the photo.
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('photos.deleteComment', params);