LogoRobo.js
Packages@robojs/mock

AttachmentFlags

Variable: AttachmentFlags

const AttachmentFlags: {
  IS_REMIX: number;
};

Discord attachment flags (bitfield)

Type declaration

NameTypeDescription
IS_REMIXnumberThis attachment has been edited using the remix feature on mobile

See

https://discord.com/developers/docs/resources/message#attachment-object-attachment-flags

On this page