获取单条消息/Get single post
Telegramapi
About
获取单条消息/Get single post
Documentation
获取单条消息/Get single post
[中文]
用途:
- 获取单条公开频道消息(解析自 t.me 的 embed 预览)。
参数:
- channel: 频道用户名(必填)。
- 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
messageselement in fetch_channel_posts).
[示例/Example]
channel = "durov"; post_id = 510
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取单条消息/Get single post
Test this model in the Sandbase Playground with your own prompts.
Open in Playground