DirectMessage constructor
DirectMessage({})
Implementation
DirectMessage ({
this.fromUser,
this.group,
this.mentions,
this.deltaContent,
this.htmlContent,
this.textContent,
this.replyTo,
this.isBase64Encoded,
});