-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Bad Request: chat not found" when posting /buy or /sell commands #547
Comments
Hi, to create an order you must do it either directly within the bot, or from the group that you configured in HELP_GROUP in the .env ADMIN_CHANNEL is for receiving notifications as admin, you cannot create an order from there |
I posted commands to bot chat, or whatever it's called. And for example |
Check again that your bot is admin and has the permissions in the channel you put in |
I finally solved it. Channel has to be public and part after |
If this info was not in the documentation, please reopen this issue and create PR to add it. |
I've been following installation instructions, and I'm stuck at "Using the bot" step.
Specifically, when posting
/buy
or/sell
commands in the channel, bot doesn't respond and I have the following error in console:I tried to use Telegram HTTP API to send message from bot using the same
bot_token
as inBOT_TOKEN
property in.env
andchat_id
asCHANNEL
property, and it succeeded.https://api.telegram.org/bot{bot_token}/sendMessage?chat_id={chat_id}&text=hello
Bot is also admin in that channel, and
ADMIN_CHANNEL
is set to the right value.The text was updated successfully, but these errors were encountered: