/start - Start the bot /help - Show help message /pages - Pagination Demo /checkbox - Checkbox Demo /calendar - Calendar Demo /time - Time Selector Demo /keyboard - Reply Keyboard Demo
🛠️ Command Arguments Guide
Most commands support additional arguments to customize behavior.
🌐 Widget Language
Widgets support three languages: English (default), Russian, and Uzbek.
To change the language, pass en, ru, or uz as an argument.
Examples: /calendar ru — Show calendar in Russian /calendar uz — Show calendar in Uzbek
📑 Pagination Settings
You can control how many items appear per page and per row.
Format: /pages [language] <per_page> <per_row>
Examples: /pages 9 3 — 9 items per page, 3 items per row /pages ru 7 2 — Russian UI, 7 items per page, 2 items per row
Note: per_page must be between 1 and 94. per_row must be between 1 and 8.
⌚ Time Selector Settings
Choose between two time selector styles: Grid and Modern.
Options: - modern - Shows Modern-style time selector (default) - grid - Shows Grid-style time selector - carry_over - Minute overflows/underflows auto-adjust the hour - future_only - Only allows selecting future times
Usage examples: /time grid — Show Grid-style time selector /time modern — Show Modern-style time selector /time ru carry_over future_only - Modern-style selector with Russian UI, minute overflow auto-adjust hour, and restricts to future times only