public UpdateAlbumAsync ( string albumId, string title = null, string description = null, AlbumPrivacy privacy = null, AlbumLayout layout = null, string coverId = null, IEnumerable |
||
albumId | string | The id or deletehash of the album. |
title | string | The title of the album. |
description | string | The description of the album. |
privacy | AlbumPrivacy | Sets the privacy level of the album. |
layout | AlbumLayout | Sets the layout to display the album. |
coverId | string | The Id of an image that you want to be the cover of the album. |
imageIds | IEnumerable |
The imageIds that you want to be included in the album. |
return | Task |