ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# ClusterExtension.ClusterRejectInviteJoin 方法 ## 注释 ~~~ 拒绝邀请加入群 ~~~ ## 语法 ~~~ public static string ClusterRejectInviteJoin( this Client client, //Client uint clusterId, //内部群号 uint memberQQ, //邀请人QQ string message //拒绝信息 ); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | clusterId | 内部群号 | | memberQQ | 邀请人QQ | | message | 拒绝信息 | ## 返回 ~~~ null:提交成功 string:错误信息 ~~~