企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# QQLite.Framework.Client 类 ## 注释 ~~~ Client ~~~ ## 语法 ~~~ public class Client ~~~ ## 构造函数 | | 名称 | 说明 | | --- | --- | --- | | | [Client](https://www.kancloud.cn/gxser1986/cqrobot/3015461) | Client | | | [Client](https://www.kancloud.cn/gxser1986/cqrobot/3015462) | Client | ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [BasePath](https://www.kancloud.cn/gxser1986/cqrobot/3015464) | 机器人运行路径 结尾带“\\” | | | [\=](https://www.kancloud.cn/gxser1986/cqrobot/3015465) | UDP链接服务器 | | | [IsVip](https://www.kancloud.cn/gxser1986/cqrobot/3015466) | 是否授权账号 | | | [QQ](https://www.kancloud.cn/gxser1986/cqrobot/3015467) | QQ号码 | | | [QQUser](https://www.kancloud.cn/gxser1986/cqrobot/3015468) | QQUser | | | [LoginStatus](https://www.kancloud.cn/gxser1986/cqrobot/3015469) | 登陆状态 | | | [ServerTime](https://www.kancloud.cn/gxser1986/cqrobot/3015470) | 登录时间 | | | [ApartServerTime](https://www.kancloud.cn/gxser1986/cqrobot/3015471) | 本地与服务器时间差 | | | [SevetTime](https://www.kancloud.cn/gxser1986/cqrobot/3015472) | 腾讯服务器当前时间 | | | [SevetTimestamp](https://www.kancloud.cn/gxser1986/cqrobot/3015473) | 腾讯服务器当前时间 | | | [ClientIp](https://www.kancloud.cn/gxser1986/cqrobot/3015474) | 服务器返回的客户端IP | | | [ServerIp](https://www.kancloud.cn/gxser1986/cqrobot/3015475) | 服务器IP | | | [TXProtocolType](https://www.kancloud.cn/gxser1986/cqrobot/3015476) | QQ协议版本 | | | [GroupList](https://www.kancloud.cn/gxser1986/cqrobot/3015477) | 分组信息 | | | [ClusterGroupList](https://www.kancloud.cn/gxser1986/cqrobot/3015478) | 群分组信息 | | | [FriendList](https://www.kancloud.cn/gxser1986/cqrobot/3015479) | 好友列表 | | | [ClusterList](https://www.kancloud.cn/gxser1986/cqrobot/3015480) | 群组列表 | | | [DiscussionList](https://www.kancloud.cn/gxser1986/cqrobot/3015481) | 讨论组列表 | | | [FontProperty](https://www.kancloud.cn/gxser1986/cqrobot/3015482) | 默认字体属性 | | | [CanSendTime](https://www.kancloud.cn/gxser1986/cqrobot/3015483) | 允许发送信息的时间 | | | [CanSend](https://www.kancloud.cn/gxser1986/cqrobot/3015484) | 是否允许发送消息 | | | [AllowSendQQ](https://www.kancloud.cn/gxser1986/cqrobot/3015485) | 是否允许发送好友信息 | | | [AllowSendTempIM](https://www.kancloud.cn/gxser1986/cqrobot/3015486) | 是否允许发送临时会话 | | | [AllowSendCluster](https://www.kancloud.cn/gxser1986/cqrobot/3015487) | 是否允许发送群信息 | | | [AllowSendDiscuss](https://www.kancloud.cn/gxser1986/cqrobot/3015488) | 是否允许发送讨论组信息 | | | [IsShield](https://www.kancloud.cn/gxser1986/cqrobot/3015489) | 是否屏蔽中 | | | [ClusterUseXml](https://www.kancloud.cn/gxser1986/cqrobot/3015490) | 群使用XML发送 | | | [FriendUseXml](https://www.kancloud.cn/gxser1986/cqrobot/3015491) | 好友使用XML发送 | | | [AllowAtAll](https://www.kancloud.cn/gxser1986/cqrobot/3015492) | 是否允许@全体 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [SetIsShield](https://www.kancloud.cn/gxser1986/cqrobot/3015494) | 设置是否屏蔽,QQLite专用 | | | [SetTXProtocol](https://www.kancloud.cn/gxser1986/cqrobot/3015495) | QQ协议版本 | | | [TXProtocol\_SetComputerName](https://www.kancloud.cn/gxser1986/cqrobot/3015496) | 设置协议 - 计算机名 | | | [TXProtocol\_SetIntranetIP](https://www.kancloud.cn/gxser1986/cqrobot/3015497) | 设置协议 - 内网IP | | | [TXProtocol\_SetMac](https://www.kancloud.cn/gxser1986/cqrobot/3015498) | 设置协议 - MAC地址 | | | [Login](https://www.kancloud.cn/gxser1986/cqrobot/3015499) | 登录 | | | [Login](https://www.kancloud.cn/gxser1986/cqrobot/3015500) | 登录 | | | [Logout](https://www.kancloud.cn/gxser1986/cqrobot/3015501) | 退出 | | | [GetCookie](https://www.kancloud.cn/gxser1986/cqrobot/3015502) | 获取Cookie,更新到QQUser |