💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# SendExtension.SendClusterIM 方法 ## 注释 ~~~ 发送群信息 ~~~ ## 语法 ~~~ public static string SendClusterIM( this Client client, //Client uint clusterId, //群外部群号 string message, //信息 FontProperty font, //字体信息 ushort messageid //信息ID); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | client | Client | | clusterId | 群外部群号 | | message | 信息 | | font | 字体信息 | | messageid | 信息ID | ## 返回 ~~~ null:提交到服务器成功 string:错误信息 ~~~