Asynchronous creates a new picture using the given web url and the given filename. Downloads the web-url content first and uploads it then to the GroupMe ImagingService.
Namespace: CkSoftware.GroupMe.Sdk.ImagesAssembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
Parameters
- pictureUrl
- Type: System String
The web URL of the image to upload.
- fileName
- Type: System String
The filename of the image.
Return Value
Type: Task PictureDataAn awaitable Task resulting in the new created picture data which can be used in any avatar or message attachment.
See Also