updateChatUnreadReactionCount property

UpdateChatUnreadReactionCount? updateChatUnreadReactionCount

The chat unread_reaction_count has changed

Implementation

UpdateChatUnreadReactionCount? get updateChatUnreadReactionCount {
  if (this is UpdateChatUnreadReactionCount) {
    return this as UpdateChatUnreadReactionCount;
  }
  return null;
}