Early bird discounts live! Claim your offer

project.bot.connected

Telegram bot first attached to the project.

When this fires

A creator completes the bot-connectivity flow and a Telegram bot is bound to the project. The bot starts responding to subscriber messages immediately after this event.

Required ability

project:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "project.bot.connected",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "project_id": "prj_01HX...",
    "bot_id": "bot_01HX...",
    "bot_name": "ResearchPremiumBot",
    "bot_url": "https://t.me/ResearchPremiumBot"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.bot.connected for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.project_idstring ULIDMirrors top-level project_id.
data.bot_idstring ULIDbot identifier.
data.bot_namestringTelegram bot username (without @).
data.bot_urlstringPublic t.me/.. URL for the bot.

Caveats

  • Bot tokens are never included in the payload. Use the bot_id for any cross-reference back to the dashboard.
  • Rotating a bot fires project.bot.disconnected followed by project.bot.connected for the new bot.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request