From 8b60c026730e635bd0660b6b748917a2c4229a4e Mon Sep 17 00:00:00 2001 From: Waffle Date: Tue, 17 Sep 2019 20:50:01 +0300 Subject: [PATCH] Import `File` --- src/core/types/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/types/mod.rs b/src/core/types/mod.rs index 3c1cca89..3a329d5b 100644 --- a/src/core/types/mod.rs +++ b/src/core/types/mod.rs @@ -46,6 +46,7 @@ pub use self::{ video::Video, video_note::VideoNote, voice::Voice, + file::File, }; mod animation; @@ -93,3 +94,4 @@ mod venue; mod video; mod video_note; mod voice; +mod file;