Import File

This commit is contained in:
Waffle 2019-09-17 20:50:01 +03:00
parent 5124750be9
commit 8b60c02673

View file

@ -46,6 +46,7 @@ pub use self::{
video::Video, video::Video,
video_note::VideoNote, video_note::VideoNote,
voice::Voice, voice::Voice,
file::File,
}; };
mod animation; mod animation;
@ -93,3 +94,4 @@ mod venue;
mod video; mod video;
mod video_note; mod video_note;
mod voice; mod voice;
mod file;