[中文]#
用途:#
获取单条公开频道消息(解析自 t.me 的 embed 预览)。
参数:#
post_id: 消息 ID(必填,频道内自增整数)。
返回:#
单条消息对象(结构同 fetch_channel_posts 的 messages 元素)。
[English]#
Purpose:#
Get a single public-channel post (parsed from the t.me embed view).
Parameters:#
channel: Channel username (required).
post_id: Post ID (required, auto-incremented integer within the channel).
Return:#
A single post object (same structure as a messages element in fetch_channel_posts).
[示例/Example]#
channel = "durov"; post_id = 510Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/telegram/web/fetch_post_detail?channel=durov&post_id=510' \
--header 'Authorization: Bearer <token>'
Modified at 2026-07-09 22:15:17