canBoostChatResultAlreadyBoosted property

CanBoostChatResultAlreadyBoosted? canBoostChatResultAlreadyBoosted

The chat is already boosted by the user

Implementation

CanBoostChatResultAlreadyBoosted? get canBoostChatResultAlreadyBoosted {
  if (this is CanBoostChatResultAlreadyBoosted) {
    return this as CanBoostChatResultAlreadyBoosted;
  }
  return null;
}