Payload constructor

Payload({
  1. int? groupId,
  2. int? userId,
  3. int? messageId,
})

Implementation

Payload ({
  this.groupId,
  this.userId,
  this.messageId,
});