Early bird discounts live! Claim your offer

project.* events

Project lifecycle, bot connection, resource link / unlink.

Fires whenever a project is created, updated, archived, restored, or deleted, plus transitions on its Telegram bot + resources.

Events

EventFires when
project.createdA creator registers a new project.
project.updatedAny mutable project field changes (name, description, handle, terms, privacy).
project.archivedThe creator archives the project; access is suspended.
project.restoredAn archived project is re-activated.
project.deletedA project is hard-deleted. Fires once, then nothing else from that project.
project.bot.connectedA Telegram bot token is first attached to the project.
project.bot.disconnectedThe bot token is removed or rotated.
project.bot.status_changedBot enters or exits degraded state (Telegram API failures, rate-limit, token revoke).
project.resource.createdA new resource (channel, group, supergroup) is registered under the project.
project.resource.linkedAn existing Telegram chat is linked as a resource.
project.resource.unlinkedA resource is disconnected from the project.
project.resource.deletedA resource row is hard-deleted.

See the dedicated pages above for full payload, field reference, and caveats per event.

Example payload

{
  "id": "evt_01HX...",
  "type": "project.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "project": {
      "id": "prj_01HX...",
      "name": "Research Premium",
      "handle": "research-premium",
      "description": "Deep-dive research notes and weekly AMAs.",
      "active": true,
      "team_id": "tem_01HX..."
    }
  }
}

Required abilities

Tokens subscribing to any project.* event must carry project:view-any at mint time.

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