python-telegram-bot
Python-Telegram-Bot Skill
Comprehensive assistance with python-telegram-bot development, generated from official documentation.
When to Use This Skill
This skill should be triggered when:
- Working with python-telegram-bot
- Asking about python-telegram-bot features or APIs
- Implementing python-telegram-bot solutions
- Debugging python-telegram-bot code
- Learning python-telegram-bot best practices
Quick Reference
Common Patterns
Pattern 1: base_url (str | Callable[[str], str], optional) – Telegram Bot API service URL. If the string contains {token}, it will be replaced with the bot’s token. If a callable is passed, it will be called with the bot’s token as the only argument and must return the base URL. Otherwise, the token will be appended to the string. Defaults to "https://api.telegram.org/bot". Tip Customizing the base URL can be used to run a bot against Local Bot API Server or using Telegrams test environment. Example:"https://api.telegram.org/bot{token}/test" Changed in version 21.11: Supports callable input and string formatting.
More from genius-cai/finance-ai
pgvector
pgvector - PostgreSQL extension for vector similarity search. Use for embedding storage, cosine similarity, IVFFlat indexes, and HNSW indexes.
22fastapi
FastAPI - Modern Python web framework for building APIs with automatic validation, documentation, and async support. Use for API routes, dependency injection, Pydantic models, middleware, and authentication.
22pymupdf
PyMuPDF (fitz) - PDF manipulation library. Use for PDF text extraction, table detection, image extraction, and document parsing.
14tailwindcss
Tailwind CSS utility-first CSS framework. Use for responsive design, dark mode, utility classes, and component styling.
9postgresql-16
PostgreSQL 16 database documentation. Use for SQL queries, indexes, transactions, JSON operations, full-text search, and performance tuning.
9