Replies: 2 comments 4 replies
-
Sorry I didn't see it. It is normal, Novagram restricts access to your webhook to telegram in order to prevent "fake updates" attack: no one will be able to send fake updates to bot. You just have to set Webhook on your php file and it will magically work. If you have some kind of reverse proxy which makes impossible to get the original IP address from the script, set disable_ip_check to true in bot's settings |
Beta Was this translation helpful? Give feedback.
4 replies
-
Add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
After $Bot = new \skrtdev\NovaGram\Bot(TOKEN); i got message:
Access Denied - Telegram IP Protection by NovaGram.ga
How fix it?
Sorry for my English
Beta Was this translation helpful? Give feedback.
All reactions