AvailableReactions constructor
const
AvailableReactions({
- required List<
AvailableReaction> topReactions, - required List<
AvailableReaction> recentReactions, - required List<
AvailableReaction> popularReactions, - required bool allowCustomEmoji,
- dynamic extra,
- int? clientId,
Represents a list of reactions that can be added to a message
Implementation
const AvailableReactions({
required this.topReactions,
required this.recentReactions,
required this.popularReactions,
required this.allowCustomEmoji,
this.extra,
this.clientId,
});