_propDict)) { return $this->_propDict["chatId"]; } else { return null; } } /** * Sets the chatId * The unique identifier for the chat whose members should receive the notifications. * * @param string $val The value of the chatId * * @return ChatMembersNotificationRecipient */ public function setChatId($val) { $this->_propDict["chatId"] = $val; return $this; } }