forked from MightyPork/elefren-fork
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#[derive(Deserialize)]
|
||||
pub struct Card {
|
||||
pub url: String,
|
||||
pub title: String,
|
||||
pub description: String,
|
||||
pub image: String,
|
||||
}
|
||||
Reference in New Issue
Block a user