YIMMessage constructor
YIMMessage({
- _YIMTable_Message? ZoxYNTcUGMKnkqjg,
Implementation
YIMMessage({
_YIMTable_Message? ZoxYNTcUGMKnkqjg,
}) {
if (ZoxYNTcUGMKnkqjg == null) return;
this.id = ZoxYNTcUGMKnkqjg.id;
this.content = ZoxYNTcUGMKnkqjg.content;
this.from = ZoxYNTcUGMKnkqjg.from;
this.fromInfo = ZoxYNTcUGMKnkqjg.fromInfo;
this.to = ZoxYNTcUGMKnkqjg.to;
this.toInfo = ZoxYNTcUGMKnkqjg.toInfo;
this.conversationType = ZoxYNTcUGMKnkqjg.conversationType;
this.messageType = ZoxYNTcUGMKnkqjg.messageType;
this.messageState = ZoxYNTcUGMKnkqjg.messageState;
this.time = ZoxYNTcUGMKnkqjg.time;
this.localExt = ZoxYNTcUGMKnkqjg.localExt;
this.isRevoke = ZoxYNTcUGMKnkqjg.isRevoke;
this.attachment = ZoxYNTcUGMKnkqjg.attachment;
}