Table of Contents

Enum AttachmentKind

Namespace
EchoHub.Core.Models
Assembly
EchoHub.Core.dll

The kind of a message attachment. Determines how the client renders it (ASCII preview for images, a play affordance for audio, a download line for files).

public enum AttachmentKind

Fields

Audio = 1
File = 2
Image = 0