GroupMeImages CreatePicture Method (String, String)CkSoftware GroupMe SDK - Documentation
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 PictureData CreatePicture(
	string pictureUrl,
	string fileName
)

Return Value

Type: PictureData
The new created picture data which can be used in any avatar or message attachment.
See Also