Struct twilight_cache_inmemory::model::CachedMessage[][src]

pub struct CachedMessage { /* fields omitted */ }
Expand description

Represents a cached Message.

Implementations

For rich presence chat embeds, the activity object.

For interaction responses, the ID of the interaction’s application.

Attached files.

ID of the message author.

If the author is a webhook, this is its ID.

ID of the channel the message was sent in.

Content of the message.

Timestamp of the date the message was last edited.

Embeds attached to the message.

Message flags.

ID of the guild the message was sent in, if there is one.

ID of the message.

Type of the message.

Member data for the author, if there is any.

Channels mentioned in the content.

Whether or not ‘@everyone’ or ‘@here’ is mentioned in the content.

Roles mentioned in the content.

Users mentioned in the content.

Whether or not the message is pinned.

Reactions to the message.

Message reference.

Stickers within the message.

Timestamp of the date the message was sent.

Whether the message is text-to-speech.

For messages sent by webhooks, the webhook ID.

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

Performs the conversion.

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

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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)

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.