多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# SendExtension.SendClusterIM 方法 ## 注释 ~~~ 发送群信息 ~~~ ## 语法 ~~~ public static string SendClusterIM( this Client client, //Client uint clusterId, //群外部群号 string message //信息); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | clusterId | 群外部群号 | | message | 信息 | ## 返回 ~~~ null:提交到服务器成功 string:错误信息 ~~~