JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrchatId = $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');