GroupMeMessageData Attachments Property CkSoftware GroupMe SDK - Documentation
The list of all attachments to this message.

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

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

Property Value

Type: IEnumerable GroupMeAttachmentBase 
See Also