Table of Contents

Enum AttachmentFlags

Namespace
NetCord
Assembly
NetCord.dll

A bitfield with additional information about an attachment.

[Flags]
public enum AttachmentFlags

Fields

Animated = 32

The attachment is an animated image.

Clip = 1

The attachment is a clip from a stream.

Remix = 4

The attachment has been edited using the remix feature on mobile (deprecated).

Spoiler = 8

The attachment was marked as a spoiler, and remains blurred until clicked.

Thumbnail = 2

The attachment is the thumbnail of a media channel thread.

Media channel thumbnails are displayed in the channel grid, but not on the thread message.