Enum AttachmentFlag
Flags that describe properties of a message attachment. Multiple flags can be combined using bitwise OR.
[Flags]
public enum AttachmentFlag : ulong
Fields
ContainsExplicitMedia = 16Attachment contains explicit/NSFW media.
IsAnimated = 32Attachment is an animated file (GIF, APNG, etc.).
IsSpoiler = 8Attachment is marked as a spoiler (hidden by default).
None = 0No flags set.