Example Bots Gallery
This section provides a comprehensive overview of working example bots built with Telebof. Each example demonstrates specific features and capabilities of the library, serving as building blocks for your own applications.
All examples are production-ready and can be run immediately after setting up your bot token credentials.
Available Examples
| Example | Description | Key Features Demonstrated | 
|---|---|---|
| KeyboardBot | Interactive bot with custom reply keyboard | Reply keyboards, button handling, user input processing | 
| InlineKeyboardBot | Bot with interactive inline buttons | Inline keyboards, callback queries, message editing | 
| InlineBot | Inline mode implementation | Inline queries, instant results, cross-chat functionality | 
| PaymentBot | Telegram Stars payment integration | Payment processing, invoices, pre-checkout queries | 
| StateBot | Multi-step conversation handling | State management, conversational flows, data persistence | 
| WelcomeBot | Group welcome and moderation bot | New member handling, permissions checking, auto-moderation | 
| MediaDownloader | File download and storage system | Media handling, file operations, custom filters | 
| Spring Boot Webhook Bot | Webhook bot using Spring boot framework | Handling rest endpoints |