updateChatAvailableReactions property
The chat available reactions were changed
Implementation
UpdateChatAvailableReactions? get updateChatAvailableReactions {
if (this is UpdateChatAvailableReactions) {
return this as UpdateChatAvailableReactions;
}
return null;
}