sendMsg.
530531532533534535536537538539540
* 发送QQ消息 */ @Override public QQActionFuture sendMsg(QQMsg msg, QQActionListener qqActionListener) { ChatModule mod = getModule(QQModule.Type.CHAT); return mod.sendMsg(msg, qqActionListener); } /** * {@inheritDoc} *