![JAR search and dependency download from the Maven repository](/logo.png)
net.sinofool.wechat.mp.msg.IncomingTextMessage Maven / Gradle / Ivy
The newest version!
package net.sinofool.wechat.mp.msg;
public class IncomingTextMessage extends TextMessage {
private long msgId;
public long getMsgId() {
return this.msgId;
}
public void setMsgId(long msgId) {
this.msgId = msgId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy