AvailableReactions constructor
AvailableReactions({
- String? extra,
- int? client_id,
- vector<
AvailableReaction> ? top_reactions, - vector<
AvailableReaction> ? recent_reactions, - vector<
AvailableReaction> ? popular_reactions, - Bool? allow_custom_emoji,
Implementation
AvailableReactions({
super.extra,
super.client_id,
this.top_reactions,
this.recent_reactions,
this.popular_reactions,
this.allow_custom_emoji,
});