检查版块是否静音/Check if Subreddit is Muted

Redditapi

About

检查版块是否静音/Check if Subreddit is Muted

Documentation

检查版块是否静音/Check if Subreddit is Muted

[中文]

用途:

  • 检查指定Reddit版块是否被当前用户静音

参数:

  • subreddit_id: 版块ID,格式为"t5_"开头,可从fetch_subreddit_info接口获取

返回:

  • 静音状态JSON数据,包含:
    • isMuted: 是否静音的布尔值
    • subredditId: 版块ID

注意:

  • APP接口的ID格式与Web接口不同,需要添加类型前缀
  • 版块ID前缀: t5_ (例如: t5_2qh0u)

[English]

Purpose:

  • Check if a specified Reddit subreddit is muted by the current user

Parameters:

  • subreddit_id: Subreddit ID starting with "t5_", can be obtained from fetch_subreddit_info endpoint

Returns:

  • JSON data of mute status containing:
    • isMuted: Boolean value indicating if muted
    • subredditId: Subreddit ID

Note:

  • APP API ID format differs from Web API, requires type prefix
  • Subreddit ID prefix: t5_ (e.g., t5_2qh0u)

[示例/Example]

subreddit_id="t5_2qh0u" need_format=false

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 检查版块是否静音/Check if Subreddit is Muted

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models