MessageReaction constructor

MessageReaction(
  1. int userId,
  2. String dialogId,
  3. String messageId, {
  4. String? addReaction,
  5. String? removeReaction,
})

Implementation

MessageReaction(this.userId, this.dialogId, this.messageId,
    {this.addReaction, this.removeReaction});