totalChatCount = $totalChatCount;
}
/**
* @return string
*/
public function getTotalChatCount()
{
return $this->totalChatCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LiveBroadcastStatistics::class, 'Google_Service_YouTube_LiveBroadcastStatistics');