All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sinofool.wechat.mp.msg.IncomingTextMessage Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy