# 删除精华消息 v2.9.0

用于移除子频道 channelId 下的精华消息 messageId

# 使用示例

async function demo() {
  let { data } = await client.pinsMessageApi.deletePinsMessage(channelId, messageId);
}
1
2
3

# 参数说明

字段名 必填 类型 描述
channelId string 子频道 ID
messageId string 消息 ID

# 返回说明

成功返回空对象。

# 返回示例

data

{
}
1
2
手机QQ扫码
开发者社区
加入官方频道开发者社区