创建外部群
<p>功能: 创建外部群
SendCommand请求</p>
<pre><code>{
&quot;data&quot;: [
{
&quot;uid&quot;: &quot;7881299655907111&quot;
},
{
&quot;uid&quot;: &quot;1688855141250111&quot;
},
{
&quot;uid&quot;: &quot;7881299655907222&quot;
}
],
&quot;pid&quot;: 1234,
&quot;type&quot;: 18
}</code></pre>
<p>创建群成功 会触发回调函数 OnRecvmsg
回调函数 返回 json</p>
<pre><code>{
&quot;data&quot;:{
&quot;conversation_id&quot;:&quot;R:10846249662146097&quot;,
&quot;data&quot;:&quot;&quot;,
&quot;fromQw&quot;:&quot;1688850475043829&quot;,
&quot;msgtype&quot;:&quot;1006&quot;,
&quot;pid&quot;:19296,
&quot;sender_id&quot;:&quot;1688850475043829&quot;,
&quot;server_id&quot;:&quot;1181307&quot;,
&quot;time&quot;:&quot;1650704372&quot;
},
&quot;type&quot;:1000
}</code></pre>