MODEL PROVIDER
Telegram
Explore 7 models and APIs from Telegram, available through one SandBase integration.
API Models
7 on this page
telegram/web/post-detail
Get a single public-channel post (parsed from the t.me embed view).
telegram/web/post-comments
Fetch comments of a channel post from its **linked discussion group**.
telegram/web/channel-info
Get public Telegram channel metadata: title, description, avatar, subscriber count, verified badge and media counters.. Data comes from the public t.me preview page, no login required.
telegram/web/channel-posts
Fetch a public channel's recent posts (text, photos, videos, forwards, replies, link previews, reactions, views, time).
telegram/web/batch-channel-info
Fetch basic info (title/description/avatar/subscribers/verified) for multiple public channels concurrently.
telegram/web/similar-channels
Get Telegram's official "similar channels" recommendations (for channel discovery).
telegram/web/channel-search
Search posts in a channel by keyword (case-insensitive).. Uses Telegram's server-side search over the full channel history when the MTProto backend is enabled (`data.backend = "mtproto"`). otherwise f...

