GroupMeImages CreatePictureAsync Method (String, String)CkSoftware GroupMe SDK - Documentation
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.Images
Assembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public Task<PictureData> CreatePictureAsync(
	string pictureUrl,
	string fileName
)

Return Value

Type: Task PictureData 
An awaitable Task resulting in the new created picture data which can be used in any avatar or message attachment.
See Also