Table of Contents

Enum AttachmentFlag

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Flags that describe properties of a message attachment. Multiple flags can be combined using bitwise OR.

[Flags]
public enum AttachmentFlag : ulong

Fields

ContainsExplicitMedia = 16

Attachment contains explicit/NSFW media.

IsAnimated = 32

Attachment is an animated file (GIF, APNG, etc.).

IsSpoiler = 8

Attachment is marked as a spoiler (hidden by default).

None = 0

No flags set.