Вебхуки бота
Telegram-боты · 4 хв чтения
Automatic Webhook Setup
When you connect a bot, GramPixel automatically configures a webhook endpoint. All bot events flow through GramPixel's servers for processing, enrichment, and analytics.
Captured Events
- /start — new user entering the bot (with deep link parameters)
- chat_member — user joining or leaving channels/groups managed by the bot
- callback_query — inline button clicks
- message — user messages (metadata only, not content)
- chat_join_request — join requests for approval
Webhook Health
Monitor webhook status in Bots → [Your Bot] → Health. GramPixel shows the webhook URL, pending updates, last error, and delivery success rate.
Troubleshooting
- If events stop arriving, click Reset Webhook to reconfigure.
- Ensure your bot token hasn't been regenerated in BotFather.
- Check that the bot is still an admin in the target channels.