mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Import File
This commit is contained in:
parent
5124750be9
commit
8b60c02673
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue