EmojiReaction constructor
const
EmojiReaction({
- required String emoji,
- required String title,
- required bool isActive,
- required Sticker staticIcon,
- required Sticker appearAnimation,
- required Sticker selectAnimation,
- required Sticker activateAnimation,
- required Sticker effectAnimation,
- Sticker? aroundAnimation,
- Sticker? centerAnimation,
- dynamic extra,
- int? clientId,
Contains information about a emoji reaction
Implementation
const EmojiReaction({
required this.emoji,
required this.title,
required this.isActive,
required this.staticIcon,
required this.appearAnimation,
required this.selectAnimation,
required this.activateAnimation,
required this.effectAnimation,
this.aroundAnimation,
this.centerAnimation,
this.extra,
this.clientId,
});