GroupMeImages CreatePicture Method (Stream, String)CkSoftware GroupMe SDK - Documentation
Creates a new picture using the given stream data and the given filename.

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

Return Value

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