[中文]#
用途:#
获取 Telegram 官方「相似频道」推荐(用于频道发现)。
参数:#
返回:#
后端 MTProto 未启用时返回 mtproto_required = true 与提示。
[English]#
Purpose:#
Get Telegram's official "similar channels" recommendations (for channel discovery).
Parameters:#
channel: Channel username.
Return:#
List of similar channels (title/username/subscribers, etc.).
Returns mtproto_required = true with a hint when the MTProto backend is not enabled.
[示例/Example]#
Request
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_similar_channels?channel=durov' \
--header 'Authorization: Bearer <token>'
Modified at 2026-07-09 22:15:17