Early bird discounts live! Claim your offer

member.resource_added

Subscriber gains access to a specific resource.

When this fires

A subscriber gains access to a specific resource (channel, group, supergroup) — either by accepting an invite link or by the bot adding them directly. Each resource grant 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_added",
  "created_at": "2026-05-18T10:05:30Z",
  "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_added 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 that authorized the grant.
data.subscriber_idstring ULIDSubscriber's project-scoped user id.
data.resource_idstring ULIDResource that was granted.
data.resource_typeenum: channel | group | supergroup | manualResource flavour.

Caveats

  • For paid joins, this event arrives after member.joined and may interleave with other resource events as the dispatcher processes its queue.
  • Manual perks emit resource_type: "manual" and have no Telegram-side action.

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