public UploadImageBinaryAsync ( byte image, string albumId = null, string title = null, string description = null ) : Task |
||
image | byte | A binary file. |
albumId | string | /// The id of the album you want to add the image to. For anonymous albums, {albumId} should be the /// deletehash that is returned at creation. /// |
title | string | The title of the image. |
description | string | The description of the image. |
return | Task |