Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
VaMo TelBot 0.2.0 documentation
VaMo TelBot 0.2.0 documentation
  • Home
  • Contributing
  • License
  • API Reference
    • vamo_telbot
      • vamo_telbot.app
        • vamo_telbot.app.paths
      • vamo_telbot.bot
        • vamo_telbot.bot.runner
      • vamo_telbot.commands
        • vamo_telbot.commands.start
        • vamo_telbot.commands.youtube
      • vamo_telbot.config
        • vamo_telbot.config.manager
        • vamo_telbot.config.telegram
      • vamo_telbot.global_constants
      • vamo_telbot.main
      • vamo_telbot.services
        • vamo_telbot.services.youtube_downloader
      • vamo_telbot.utils
        • vamo_telbot.utils.credentials
        • vamo_telbot.utils.url_checkers
        • vamo_telbot.utils.visuals
Back to top
View this page

vamo_telbot.commands.start¶

Start command handler for the Telegram bot.

Attributes¶

_START_COMMAND_REPLY

Functions¶

handle_start(event)

Handle /start command.

Module Contents¶

vamo_telbot.commands.start._START_COMMAND_REPLY: str = 'We can do a lot of things.'¶
async vamo_telbot.commands.start.handle_start(event)¶

Handle /start command.

Parameters:

event (telethon.events.newmessage.NewMessage.Event)

Return type:

None

Next
vamo_telbot.commands.youtube
Previous
vamo_telbot.commands
Copyright © 2026, MohsenHNSJ and vahidtaheri98
Made with Sphinx and @pradyunsg's Furo
On this page
  • vamo_telbot.commands.start
    • Attributes
    • Functions
    • Module Contents
      • _START_COMMAND_REPLY
      • handle_start()