Early bird discounts live! Claim your offer

member.resource_removed

Subscriber loses access to a specific resource.

When this fires

A subscriber's access to a specific resource is revoked — through subscription expiry, a pause, a kick, or an explicit unlink. Each resource revocation emits its own event.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "member.resource_removed",
  "created_at": "2026-06-18T10:06:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "subscription_id": "sub_01HX...",
    "subscriber_id": "usr_01HX...",
    "resource_id": "rsr_01HX...",
    "resource_type": "channel"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways member.resource_removed for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.subscription_idstring ULIDSubscription whose grant was revoked.
data.subscriber_idstring ULIDSubscriber's project-scoped user id.
data.resource_idstring ULIDResource the subscriber lost access to.
data.resource_typeenum: channel | group | supergroup | manualResource flavour.

Caveats

  • Multiple revocations for the same subscriber typically arrive in close succession when a subscription expires; use MP-Event-Id for dedupe.
  • A revocation against a manual resource indicates the perk was withdrawn but does not interact with Telegram.

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