SandBase is live — $1 in free credits on signupStart free ›

Telegram modelsapi generation api

telegram/web/channel-posts

Fetch a public channel's recent posts (text, photos, videos, forwards, replies, link previews, reactions, views, time).

Input
Pagination cursor — fetch newer posts, pass `data.pagination.after_cursor` from the previous page.
Pagination cursor — fetch older posts, pass `data.pagination.before_cursor` from the previous page.
Channel username (required).
1100
Number of posts (1-100, default 20; when >20 the server automatically pages toward older posts). Range: 1 to 100.
Idle

Example output — click Run to generate your own

API README

Get channel posts (paginated)

Fetch a public channel's recent posts (text, photos, videos, forwards, replies, link previews, reactions, views, time). It is suitable for telegram workflows.

Capability

Fetch a public channel's recent posts (text, photos, videos, forwards, replies, link previews, reactions, views, time). It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Build media monitoring, content intelligence, and publishing-support workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models