updateActiveEmojiReactions property
The list of active emoji reactions has changed
Implementation
UpdateActiveEmojiReactions? get updateActiveEmojiReactions {
if (this is UpdateActiveEmojiReactions) {
return this as UpdateActiveEmojiReactions;
}
return null;
}