Skip to content

Commit 0e069c7

Browse files
committed
Remove unused structs
1 parent 3798e7c commit 0e069c7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/types/definitions/media/paid.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,6 @@ enum RawPaidMedia {
154154
},
155155
}
156156

157-
#[derive(Clone, Debug, Deserialize, PartialEq, PartialOrd, Serialize)]
158-
struct RawPaidMediaPhoto {
159-
photo: Vec<PhotoSize>,
160-
}
161-
162-
#[derive(Clone, Debug, Deserialize, PartialEq, PartialOrd, Serialize)]
163-
struct RawPaidMediaVideo {
164-
video: Video,
165-
}
166-
167157
impl From<RawPaidMedia> for PaidMedia {
168158
fn from(value: RawPaidMedia) -> Self {
169159
match value {

0 commit comments

Comments
 (0)