Answer the question
In order to leave comments, you need to log in
How to write a chat bot for Telegram?
Hello.
Please help. I want to write a dialog bot for Telegram.
Now it certainly works, but not as we would like :(
Example:
User: Art123456
Bot: Looking for SKU 123456
Bot: Found <information about the product with this SKU>
User: NameTEST
Bot: Looking for a product with the name TEST
Bot: Found <information about a product with this name>
...
switch (mb_substr($text,0,3)) {
case 'Арт':
...
User: Article
Bot: Search mode by article, send it
User: 123456
Bot: Found the following for article 123456 ...
Answer the question
In order to leave comments, you need to log in
you are looking for a product by a search query, this query is 123456
UPD: I misunderstood the question. You need to create a command like /search_by_articul and call it if the user has typed the word "Article"
And what prevents you from using the / article 123456 command? Display buttons with search directions, when pressed, a command is added and it remains only to specify and send the value.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question