OutgoingMessage constructor

OutgoingMessage(
  1. int type,
  2. String nick,
  3. String avatar,
  4. String text,
  5. String shortLinkOfPrevious,
  6. String shortLinkOfPP,
  7. int timestamp,
  8. Uint8List attachement,
  9. String cid,
  10. String attachmentType,
  11. int xxHash,
)

Implementation

OutgoingMessage(
    this.type,
    this.nick,
    this.avatar,
    this.text,
    this.shortLinkOfPrevious,
    this.shortLinkOfPP,
    this.timestamp,
    this.attachement,
    this.cid,
    this.attachmentType,
    this.xxHash);