AttachmentType EnumerationCkSoftware GroupMe SDK - Documentation
The type for a message attachment.

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 enum AttachmentType
Members

  Member nameValueDescription
Default0 Undefined attachment type, will result in an exception if tried to post an attachment with this type.
Image1 Image type attachment.
Location2 Location type attachment.
Emoji3 Emoji type attachment.
See Also