Enum serenity::model::channel::MessageType[][src]

#[non_exhaustive]
pub enum MessageType {
Show 23 variants Regular, GroupRecipientAddition, GroupRecipientRemoval, GroupCallCreation, GroupNameUpdate, GroupIconUpdate, PinsAdd, MemberJoin, NitroBoost, NitroTier1, NitroTier2, NitroTier3, ChannelFollowAdd, GuildDiscoveryDisqualified, GuildDiscoveryRequalified, GuildDiscoveryGracePeriodInitialWarning, GuildDiscoveryGracePeriodFinalWarning, ThreadCreated, InlineReply, ApplicationCommand, ThreadStarterMessage, GuildInviteReminder, Unknown,
}
Expand description

Differentiates between regular and different types of system messages.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
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.

Unknown

An indicator that the message is of unknown type.

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.