企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# ClusterExtension.ClusterJoinAuth 方法 ## 注释 ~~~ 发送加入群请求信息 ~~~ ## 语法 ~~~ public static void ClusterJoinAuth( this Client client, //Client uint clusterId, //内部群号 byte[] token, //请求的Token string message //入群申请信息 ); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | clusterId | 内部群号 | | token | 请求的Token | | message | 入群申请信息 |