{"id":58641,"library":"teloxide","title":"Teloxide","description":"An elegant Telegram bots framework for Rust.","status":"active","version":"0.17.0","language":"rust","source_language":null,"source_url":"https://github.com/teloxide/teloxide","tags":["telegram","bot","async","framework"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nteloxide = \"0.17.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add teloxide","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Bot","correct":"use teloxide::Bot;"}],"quickstart":{"code":"use teloxide::Bot;\n\n#[tokio::main]\nasync fn main() {\n    let bot = Bot::new(\"YOUR_BOT_TOKEN\");\n    println!(\"Bot created\");\n}","lang":"rust","description":"Creates a Telegram bot instance using a token."},"warnings":[{"fix":"Use #[tokio::main] or manually create a Tokio runtime.","message":"Requires a Tokio async runtime; using other runtimes may cause panics.","severity":"gotcha","affected_versions":">=0.17.0"}],"env_vars":null,"search_vec":"'async':11 'bot':5,10 'eleg':3 'framework':6,12 'rust':8 'telegram':4,9 'teloxid':1","created_at":"2026-06-16T16:33:21.003659+00:00","updated_at":"2026-06-16T16:33:21.003659+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/teloxide/teloxide","github":"https://github.com/teloxide/teloxide","docs":"https://docs.rs/teloxide/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}