getPhotoUploadServer<T> method
Returns URL for uploading a story with photo.
Implementation
Future<ApiResponse<T>> getPhotoUploadServer<T>(Map<String, Object> params) =>
_api.request<T>('stories.getPhotoUploadServer', params);
Returns URL for uploading a story with photo.
Future<ApiResponse<T>> getPhotoUploadServer<T>(Map<String, Object> params) =>
_api.request<T>('stories.getPhotoUploadServer', params);