{"id":70661,"library":"telegram-bot","title":"Telegram Bot","description":"A library for creating Telegram bots with full API support.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/telegram-rs/telegram-bot","tags":["telegram","bot","api","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntelegram-bot = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add telegram-bot","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Api","correct":"use telegram_bot::Api;"}],"quickstart":{"code":"use telegram_bot::Api;\n\n#[tokio::main]\nasync fn main() {\n    let api = Api::new(\"YOUR_TOKEN\");\n    println!(\"Bot created\");\n}","lang":"rust","description":"Creates a Telegram bot API client with a token."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar runtime.","message":"Requires async runtime (tokio) for API calls.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'api':11,15 'async':16 'bot':2,8,14 'creat':6 'full':10 'librari':4 'support':12 'telegram':1,7,13","created_at":"2026-06-17T18:17:35.578033+00:00","updated_at":"2026-06-17T18:17:35.578033+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/telegram-rs/telegram-bot","github":"https://github.com/telegram-rs/telegram-bot","docs":"https://docs.rs/telegram-bot/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}