ReceiveResponse constructor

ReceiveResponse({
  1. String? messageId,
  2. String? groupId,
  3. String? userId,
  4. String? reactionCode,
  5. String? revokeStatus,
  6. String? attachmentId,
})

@ Listens for message seen @ Listens for incoming react message. @ Listens for incoming revoke attachment message.

Implementation

ReceiveResponse({
  this.messageId,
  this.groupId,
  this.userId,
  this.reactionCode,
  this.revokeStatus,
  this.attachmentId,
});