Read Channels Added or Removed in a Diff
GET/v1/catalog/diffs/:diff_id/changes
Retrieve a page of internal channel IDs for either added or removed changes
in a stored diff. IDs can be used with channel info endpoints; they are not
Telegram numeric IDs. count is the total for the selected change type, not
this page's length. The result is fixed at diff creation time.
Use next_cursor as cursor with the same diff ID and change type for the next page.
Page size is 1–1000 (default 100). Catalog and snapshot access must both be enabled.
Request
Responses
- 200
- 400
- 402
- 403
- 404
- 410
- 503
Response Headers
Milli-credits charged for this successful request. Present for Credits API keys.
Remaining milli-credit balance after this request. Present for Credits API keys.
Invalid filters, pagination parameters, or cursor.
Insufficient credits
Catalog and snapshot access must both be enabled.
Resource not found or not owned by your user.
Resource has expired.
Snapshot storage is temporarily unavailable.