enum

Discord::MessageFlags

Inherits Enum < Comparable < Value < Object

Constants

Crossposted = 1_u8
IsCrosspost = 2_u8
SuppressEmbeds = 4_u8
SourceMessageDeleted = 8_u8
Urgent = 16_u8
HasThread = 32_u8
Ephemeral = 64_u8
Loading = 128_u8
None = 0_u8
All = 255_u8

Constructors

new(pull : JSON::PullParser)
Source

Instance methods

crossposted?

Returns true if this enum value contains Crossposted

Source
ephemeral?

Returns true if this enum value contains Ephemeral

Source
has_thread?

Returns true if this enum value contains HasThread

Source
is_crosspost?

Returns true if this enum value contains IsCrosspost

Source
loading?

Returns true if this enum value contains Loading

Source
none?
Source
source_message_deleted?

Returns true if this enum value contains SourceMessageDeleted

Source
suppress_embeds?

Returns true if this enum value contains SuppressEmbeds

Source
urgent?

Returns true if this enum value contains Urgent

Source