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)
SourceInstance methods
none?
Source