Answer the question
In order to leave comments, you need to log in
Is it possible to make posts in a telegram channel through one bot to different people?
Good afternoon! Essence of the question:
- There is a telegram channel
- There is an admin telegram bot connected to it (created via bot father and then connected via controller bot)
- It is necessary that people from different accounts go into the created bot and make posts through it.
Tell me please, who came across, is it possible?
PS Before that, they worked together through one bot without any problems. But recently they started setting up and for some reason it gives an error that the bot is not connected to the channel.
Answer the question
In order to leave comments, you need to log in
so you have the answer in your question)
you write to the bot - he throws it into the channel, it was you who implemented the
Telegram, it seems to me that sometimes it gets out. Works, stops, then works again.
Remove the bot from the channel and re-add it with full rights
. Make sure you are still working in the code and in the cart with the same bot, maybe it's not the same, evolved, power to the machines!
/ - site root
../ - parent directory
without a slash - current directory.
Accordingly, in order to refer to a specific file from any directory, you need to write /folder/subfolder/filename.ext
Another thing, if, for example, the site is not in the root directory, then you already need to add the name of the site directory. For a more accurate diagnosis, you can simply look at the html source code to determine which full path is being created in a particular case.
If you write ../ at the very beginning, then this path will start from the very first directory. Not where the file in which you specify the path, but in the main folder. Usually it's like this: Site.ru/. That is ../test == site.ru/test
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question