ChatActionWatchingAnimations constructor
const
ChatActionWatchingAnimations({
- required String emoji,
The user is watching animations sent by the other party by clicking on an animated emoji
Implementation
const ChatActionWatchingAnimations({
required this.emoji,
});