AvailableReactions constructor
AvailableReactions({
- required List<
AvailableReaction> topReactions, - required List<
AvailableReaction> recentReactions, - required List<
AvailableReaction> popularReactions, - required bool allowCustomEmoji,
- required bool areTags,
Implementation
AvailableReactions({
required this.topReactions,
required this.recentReactions,
required this.popularReactions,
required this.allowCustomEmoji,
required this.areTags,
this.unavailabilityReason,
});