【聊天对象变更通知】
<p><strong>返回示例</strong></p>
<pre><code>返回的数据有两种,分别是【联系人】和【群】
@1.当前聊天对象为联系人时, "conversation_type" 为 "contact"</code></pre>
<pre><code>{
"data" : {
"conversation_info" : {
"acctid" : "",
"add_time" : 1658305344,
"alias" : "",
"avator_url" : "http://wx.qlogo.cn/mmhead/Q3auHgzwxxzfZVNlFDqWEedm37ahQ/0",
"corp_full_name" : "微a",
"corp_id" : "1970aa788",
"corp_short_name" : "微a",
"desc" : "",
"email" : "",
"internation_code" : "",
"job" : "",
"label_list" : null,
"mobile" : "",
"mobile_list" : [ "159aaaaa7" ],
"name" : "Altai",
"real_name" : "",
"remark" : "",
"sex" : 1,
"source_info" : {
"add_source" : 100,
"op_user_id" : 0,
"source_room_id" : 0
},
"status" : 2057,
"union_id" : "ozynaaaaKFrsZaRc",
"user_id" : "78aaa6238"
},
"conversation_type" : "contact"
},
"error" : 0,
"type" : 17004
}</code></pre>
<pre><code>@2.当前聊天对象为群聊时, "conversation_type" 为 "room"</code></pre>
<pre><code>{
"data" : {
"conversation_info" : {
"room_announcement" : "roon_notice",
"room_createtime" : 1619427861,
"room_ext_type" : 1,
"room_flag" : 268435457,
"room_is_forbid_change_name" : 4,
"room_name" : "99999223",
"room_owner" : 78813aaa238,
"room_team_type" : 0
},
"conversation_type" : "room"
},
"error" : 0,
"type" : 17004
}</code></pre>