Package | Description |
---|---|
com.forte.qqrobot.beans.messages |
所有消息的规范定义接口
2019/8/1 : - 为所有获取消息、监听消息增加抽象类实现,以默认实现toString()方法并简化开发工作量 |
com.forte.qqrobot.beans.messages.msgget | |
com.forte.qqrobot.beans.messages.result | |
com.forte.qqrobot.beans.messages.result.inner | |
com.forte.qqrobot.bot |
Modifier and Type | Interface and Description |
---|---|
interface |
NickOrRemark |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscussMsg
讨论组消息
|
interface |
GroupMsg
群消息
|
interface |
PrivateMsg
私信消息
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscussMsg
DiscussMsg对应的抽象类
|
class |
AbstractGroupMsg
GroupMsg 对应抽象类
|
class |
AbstractPrivateMsg
PrivateMsg接口的抽象类
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupMemberInfo
群成员信息
|
interface |
LoginQQInfo
登录的QQ的信息
|
interface |
StrangerInfo
陌生人信息
TODO 似乎提供COOKIE可以获取更多信息
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupMemberInfo |
class |
AbstractLoginInfo
登录信息
|
class |
AbstractLoginQQInfo |
class |
AbstractStrangerInfo |
Modifier and Type | Interface and Description |
---|---|
interface |
Friend
好友信息
|
interface |
GroupMember
群成员信息
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFriend
Friend对应抽象类
|
class |
AbstractGroupMember
GroupMember 的抽象类
|
Modifier and Type | Interface and Description |
---|---|
interface |
LoginInfo
登录后的信息,为LoginQQInfo的子接口并计划替代LoginQQInfo接口
|
Copyright © 2020. All rights reserved.