Results

Namespace

Type

A bit flag set for messages, defines special properties or behavior.

Index

Enumeration members

CROSSPOSTED

CROSSPOSTED: = 1 << 0

Set if the message was published. Only valid for messages sent in discord.GuildNewsChannel channels.

IS_CROSSPOST

IS_CROSSPOST: = 1 << 1

Set if the message is a news message cross-posted from another server's discord.GuildNewsChannel channel.

SUPPRESS_EMBEDS

SUPPRESS_EMBEDS: = 1 << 2

Set if the embed has been suppressed.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc