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_note::VideoNote,
voice::Voice,
file::File,
};
mod animation;
@ -93,3 +94,4 @@ mod venue;
mod video;
mod video_note;
mod voice;
mod file;