Table of Contents

Enum AttachmentFlags

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents additional features of a attachment.

[Flags]
public enum AttachmentFlags
Extension Methods

Fields

None = 0

This attachment has no flags.

IsClip = 1

This attachment is a clip.

IsThumbnail = 2

This attachment is a thumbnail.

IsRemix = 4

This attachment was edited with remix (https://support.discord.com/hc/en-us/articles/15145601963031).

IsSpoiler = 8

This attachment is a spoiler.

ContainsExplicitMedia = 16

This attachment contains explicit media.

IsAnimated = 32

This attachment is animated.