ChatActionWatchingAnimations constructor

const ChatActionWatchingAnimations({
  1. 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,
});