अपना Telegram बॉट बनाना

3 मिनट पढ़ें

Before you can use BotLaunch, you need to create a Telegram bot through Telegram's official @BotFather. This guide will walk you through the process step by step.

चरण-दर-चरण गाइड

1

Telegram खोलें

अपने डिवाइस (मोबाइल या डेस्कटॉप) पर Telegram लॉन्च करें

2

@BotFather खोजें

@BotFather खोजें - बॉट बनाने के लिए आधिकारिक Telegram बॉट

3

BotFather शुरू करें

बातचीत शुरू करने के लिए "Start" पर क्लिक करें या /start भेजें

4

नया बॉट बनाएं

/newbot भेजें और अपने बॉट को नाम देने के लिए प्रॉम्प्ट का पालन करें

5

अपना टोकन प्राप्त करें

BotFather एक अद्वितीय API टोकन प्रदान करेगा - इसे गोपनीय रखें!

BotFather कमांड्स

Here's an example conversation with BotFather:

You: /newbot
BotFather: Alright, a new bot. How are we going to call it?
Please choose a name for your bot.
You: My Awesome Community Bot
BotFather: Good. Now let's choose a username for your bot.
It must end in `bot`. Like this, for example: TetrisBot
You: MyAwesomeCommunityBot
BotFather: Done! Congratulations on your new bot.
Use this token to access the HTTP API:
1234567890:ABCdefGHIjklMNOpqrsTUVwxyz

प्रो टिप्स

अपना टोकन गोपनीय रखें

अपना बॉट टोकन कभी सार्वजनिक रूप से साझा न करें। आपके टोकन वाला कोई भी व्यक्ति आपके बॉट को नियंत्रित कर सकता है।

एक अच्छा Username चुनें

Bot usernames must end with "bot" (e.g., @MyAwesomeBot). Choose something memorable.

विवरण सेट करें

Use /setdescription in BotFather to add a description that appears when users first message your bot.

महत्वपूर्ण सुरक्षा नोट

Your bot token is like a password. Never share it publicly, commit it to version control, or include it in client-side code. If your token is compromised, use /revoke in BotFather to generate a new one.

बॉट बना? बहुत अच्छा!

Now let's connect your bot to BotLaunch and start configuring it.

BotLaunch से कनेक्ट करें