I want a little bot information to be posted on the chat window, when a user opens up the chat window, and after typing /start that information disappears. How do I do that?
Asked
Active
Viewed 1,040 times
0

Tibebes. M
- 6,940
- 5
- 15
- 36

Neha Deshpande
- 33
- 4
-
Please add what you've tried so far. – Run_Script Jun 13 '20 at 17:39
1 Answers
4
The text displayed before you start chatting with a bot is the Bot's description
Use the @botFather to change the description for your bot:
/setdescription
/mybots
- Click desired bot
- Edit Description
- Send your description as a text message
This will then show up if you start chatting with the bot:

0stone0
- 34,288
- 4
- 39
- 64
-
-
@NehaDeshpande That was not clear from your question. However, there has already been questions here about automating BotFather conversation, like [here](https://stackoverflow.com/questions/41209343/how-to-create-a-bot-with-in-telegram-with-botfather-and-using-only-a-code) or [here](https://stackoverflow.com/questions/37231451/automate-setcommands). There should be some with code examples, but can't find them real quick. – 0stone0 Jun 13 '20 at 19:51
-
you can also [check my answer here](https://stackoverflow.com/a/62214083/11984670) or [here](https://stackoverflow.com/a/61466182/11984670) for an sample implementations with python – Tibebes. M Jun 13 '20 at 19:57