mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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::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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue