获取宠物当前活动状态。
调用
const result = await api.get_pet_activity_status(self_id)
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
self_id |
number | 是 | 在线 Bot QQ 号 |
返回值
{
story_id: '6400_xxx',
state_code: 0,
remaining_seconds: 0,
duration_seconds: 0,
started_at: 0,
recallable: false,
}