public abstract class BaseSendList extends Object implements SenderSendList
| Constructor and Description |
|---|
BaseSendList() |
| Modifier and Type | Method and Description |
|---|---|
String |
sendDiscussMsg(String group,
String msg)
发送讨论组消息
|
boolean |
sendFlower(String group,
String QQ)
送花
|
String |
sendGroupMsg(String group,
String msg)
发送群消息
|
boolean |
sendLike(String QQ,
int times)
发送名片赞
|
String |
sendPrivateMsg(String QQ,
String msg)
发送私聊信息
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendDiscussMsg, sendFlower, sendFlower, sendGroupMsg, sendGroupNotice, sendGroupNotice, sendLike, sendPrivateMsgisGetterList, isSenderList, isSetterListpublic String sendDiscussMsg(String group, String msg)
sendDiscussMsg in interface SenderSendListgroup - 群号msg - 消息内容public String sendGroupMsg(String group, String msg)
sendGroupMsg in interface SenderSendListgroup - 群号msg - 消息内容public String sendPrivateMsg(String QQ, String msg)
sendPrivateMsg in interface SenderSendListQQ - QQ号msg - 消息内容public boolean sendFlower(String group, String QQ)
sendFlower in interface SenderSendListgroup - 群号QQ - QQ号public boolean sendLike(String QQ, int times)
sendLike in interface SenderSendListQQ - QQ号times - 次数Copyright © 2020. All rights reserved.