Payload constructor

Payload({
  1. int? messageId,
  2. int? fileId,
})

Implementation

Payload ({
  this.messageId,
  this.fileId,
});