saveWallPhoto<T> method
Saves a photo to a user's or community's wall after being uploaded.
Implementation
Future<ApiResponse<T>> saveWallPhoto<T>(Map<String, Object> params) =>
_api.request<T>('photos.saveWallPhoto', params);
Saves a photo to a user's or community's wall after being uploaded.
Future<ApiResponse<T>> saveWallPhoto<T>(Map<String, Object> params) =>
_api.request<T>('photos.saveWallPhoto', params);