chatActionWatchingAnimations property
The user is watching animations sent by the other party by clicking on an animated emoji
Implementation
ChatActionWatchingAnimations? get chatActionWatchingAnimations {
if (this is ChatActionWatchingAnimations) {
return this as ChatActionWatchingAnimations;
}
return null;
}