Enum serenity::model::channel::MessageType [−][src]
#[non_exhaustive]
pub enum MessageType {
Show 24 variants
Regular,
GroupRecipientAddition,
GroupRecipientRemoval,
GroupCallCreation,
GroupNameUpdate,
GroupIconUpdate,
PinsAdd,
MemberJoin,
NitroBoost,
NitroTier1,
NitroTier2,
NitroTier3,
ChannelFollowAdd,
GuildDiscoveryDisqualified,
GuildDiscoveryRequalified,
GuildDiscoveryGracePeriodInitialWarning,
GuildDiscoveryGracePeriodFinalWarning,
ThreadCreated,
InlineReply,
ApplicationCommand,
ThreadStarterMessage,
GuildInviteReminder,
ContextMenuCommand,
Unknown,
}
Expand description
Differentiates between regular and different types of system messages.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Regular
A regular message.
GroupRecipientAddition
An indicator that a recipient was added by the author.
GroupRecipientRemoval
An indicator that a recipient was removed by the author.
GroupCallCreation
An indicator that a call was started by the author.
GroupNameUpdate
An indicator that the group name was modified by the author.
GroupIconUpdate
An indicator that the group icon was modified by the author.
PinsAdd
An indicator that a message was pinned by the author.
MemberJoin
An indicator that a member joined the guild.
NitroBoost
An indicator that someone has boosted the guild.
NitroTier1
An indicator that the guild has reached nitro tier 1
NitroTier2
An indicator that the guild has reached nitro tier 2
NitroTier3
An indicator that the guild has reached nitro tier 3
ChannelFollowAdd
An indicator that the channel is now following an announcement channel
GuildDiscoveryDisqualified
An indicator that the guild is disqualified for Discovery Feature
GuildDiscoveryRequalified
An indicator that the guild is requalified for Discovery Feature
GuildDiscoveryGracePeriodInitialWarning
The first warning before guild discovery removal.
GuildDiscoveryGracePeriodFinalWarning
The last warning before guild discovery removal.
ThreadCreated
Message sent to inform users that a thread was created.
InlineReply
A message reply.
ApplicationCommand
A slash command.
ThreadStarterMessage
A thread start message.
GuildInviteReminder
Server setup tips.
ContextMenuCommand
A context menu command.
Unknown
An indicator that the message is of unknown type.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more