ReactionBatchCreatedEventData constructor

ReactionBatchCreatedEventData({
  1. List<ReactionCreatedEventData>? reactions,
})

Implementation

ReactionBatchCreatedEventData({
  this.reactions,
});