chatId = $chatId; } /** * @return string */ public function getChatId() { return $this->chatId; } /** * @param int */ public function setMemberType($memberType) { $this->memberType = $memberType; } /** * @return int */ public function getMemberType() { return $this->memberType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChatProto::class, 'Google_Service_CloudSearch_ChatProto');