AddedReactions constructor

AddedReactions({
  1. String? extra,
  2. int? client_id,
  3. int32? total_count,
  4. vector<AddedReaction>? reactions,
  5. string? next_offset,
})

Implementation

AddedReactions({
  super.extra,
  super.client_id,
  this.total_count,
  this.reactions,
  this.next_offset,
});