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