Diamondid/Donyayemonile_botPublic · Bot Template

AIOn /Start the bot stores the user's current state as 'waiting_name' using User.setProperty, then sends a Persian welcome message inviting the user to choose a service request. This appears to be the first step in a guided onboarding or request-collection conversation.

Utilitystart-commandwelcomeuser-stateonboardingpersianservice-request
ProfileTelegram
1 commands0 envUpdated 18h agoCreated Aug 2, 2026
Back to folder

commands/Start.js

javascript · 12 lines

Raw
1/**#command2name: Start3answer: سلام به ربات خوش اومدی درخواست خدماتتونو انتخاب کنید4keyboard: برگشت5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: true9is_web: 110#command**/11 12User.setProperty("step","waiting_name","string");