diff options
Diffstat (limited to 'src/model/channel/message.rs')
| -rw-r--r-- | src/model/channel/message.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/model/channel/message.rs b/src/model/channel/message.rs index 593aa48..91f6c89 100644 --- a/src/model/channel/message.rs +++ b/src/model/channel/message.rs @@ -31,12 +31,6 @@ pub struct Message { pub edited_timestamp: Option<String>, /// Array of embeds sent with the message. pub embeds: Vec<Embed>, - /// Whether the message is the "found" message in a search. - /// - /// Note that this is only relevant in the context of searches, and will - /// otherwise always be `false`. - #[serde(default)] - pub hit: bool, /// Indicator of the type of message this is, i.e. whether it is a regular /// message or a system message. #[serde(rename="type")] |