MessageDeleteRequest constructor

MessageDeleteRequest({
  1. String? action,
  2. DeleteMessagePayload? payload,
  3. String? resource,
  4. String? type,
})

Implementation

MessageDeleteRequest ({
  this.action,
  this.payload,
  this.resource,
  this.type,
});