Skip to content

canxin121/telegram_bot_oxidebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram Bot for oxidebot

Usage

cargo add telegram_bot_oxidebot 

Example

#[tokio::main]
async fn main() {
    tracing_subscriber::fmt::init();
    let manager = oxidebot::OxideBotManager::new()
        .bot(TelegramBot::new("token".to_string(), Default::default()).await)
        .await;
    manager.run_block().await;
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages