聆客开放平台

# sendGroupNotice

打开群组发公告页面。(linkx暂不支持)

# 输入

继承标准对象输入,扩展属性描述

名称 数据类型 必填 默认值 描述
groupId string 群组id

# 输出

继承标准对象输出,无扩展属性

# 示例代码

app.link.startContactSingleSelector(
result => {
    app.link.sendGroupNotice(result.id);
},
error => {
    bui.alert(error);
},
'请选择群组',
'2'
);