外观
生成指定好友的联系人分享 Ark。
const result = await api.ArkSharePeer(self_id, user_id, phone_number)
self_id
user_id
phone_number
返回 { result, errMsg, arkMsg },其中 arkMsg 可作为 Ark 消息内容继续发送。
{ result, errMsg, arkMsg }
arkMsg
调用前必读
const androidApi = api.forProtocol('android') // 省略时也默认 Android
原始 action 请求只使用附件约定的 client_type: 'android' | 'linuxqq';省略时选择 Android。
client_type: 'android' | 'linuxqq'
get_bot_info