Enum AttachmentFlags
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
[Flags]
public enum AttachmentFlags
Fields
IsClip = 1Indicates that this attachment is a clip.
IsRemix = 4Indicates that this attachment has been edited using the remix feature on mobile.
IsThumbnail = 2Indicates that this attachment is a thumbnail.
None = 0The attachment has no flags.