implement telegram bot

This commit is contained in:
Oleg Sobolev 2024-03-25 16:22:00 +07:00
parent d00353fd5e
commit cae6454f96
6 changed files with 1442 additions and 29 deletions

View file

@ -1,7 +1,7 @@
mod track;
pub mod channel;
pub mod download;
pub mod player;
pub mod telegram;
mod track;
pub use track::TrackInfo;