GroupMeImages CreatePictureAsync Method (Stream, String)CkSoftware GroupMe SDK - Documentation
Asynchronous creates a new picture using the given stream data and the given filename asynchronous.

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(
	Stream data,
	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