Early bird discounts live! Claim your offer

project.resource.linked

An existing Telegram chat is linked to a project as a resource.

When this fires

A creator binds an existing Telegram channel, group, or supergroup to a previously created resource — typically by inviting the project bot as admin and confirming the link.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "project.resource.linked",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "project_id": "prj_01HX...",
    "resource_id": "rsr_01HX...",
    "type": "channel",
    "title": "Research Premium Lounge",
    "chat_id": "-1001234567890"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.resource.linked 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.resource_idstring ULIDResource identifier.
data.typeenum: channel | group | supergroupTelegram chat type at link time.
data.titlestringTelegram-side chat title at link time.
data.chat_idstringTelegram chat id.

Caveats

  • A resource can be unlinked and re-linked. Each transition emits its own event; use MP-Event-Id for dedupe.
  • manual resources cannot be linked; they have no underlying chat.

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