ReactionEvent constructor

ReactionEvent(
  1. {Reaction? reaction,
  2. String? receiverId,
  3. String? receiverType,
  4. String? conversationId,
  5. int? parentMessageId}
)

Implementation

ReactionEvent({
  this.reaction,
  this.receiverId,
  this.receiverType,
  this.conversationId,
  this.parentMessageId
});