DirectMessageCreateData Attachments Property CkSoftware GroupMe SDK - Documentation
The attachments to be added to the message.

Namespace: CkSoftware.GroupMe.Sdk.Messaging.Dao
Assembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public IEnumerable<GroupMeAttachmentBase> Attachments { get; set; }

Property Value

Type: IEnumerable GroupMeAttachmentBase 
See Also