remove message field

This commit is contained in:
Quaternion 2023-05-27 11:40:20 -04:00
parent 0958e1e63b
commit de5157299d
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ pub struct Attachment {
pub proxy_url: String, pub proxy_url: String,
pub height: Option<u64>, pub height: Option<u64>,
pub width: Option<u64>, pub width: Option<u64>,
#[cfg_attr(feature = "sqlx", sqlx(skip))]
pub message: Option<Message>,
pub ephemeral: Option<bool>, pub ephemeral: Option<bool>,
pub duration_secs: Option<f32>, pub duration_secs: Option<f32>,
pub waveform: Option<String>, pub waveform: Option<String>,