chatAvailableReactionsSome property
Only specific reactions are available in the chat
Implementation
ChatAvailableReactionsSome? get chatAvailableReactionsSome {
if (this is ChatAvailableReactionsSome) {
return this as ChatAvailableReactionsSome;
}
return null;
}