1. 首页
  2. API 文档
  3. QQ 宠物
  4. poke_friend_pet

poke_friend_pet

  • 发布于 2026-08-16
  • 12 次阅读

戳一戳好友宠物。

调用

const result = await api.poke_friend_pet(self_id, friend_id)

参数

参数 类型 必填 说明
self_id number 在线 Bot QQ 号
friend_id number 好友 QQ 号

返回值

{
  success: true,
  friend_id: 123456789,
}