addType('userId', 'string'); $this->addType('status', 'string'); $this->addType('statusTimestamp', 'int'); $this->addType('isUserDefined', 'boolean'); $this->addType('messageId', 'string'); $this->addType('customIcon', 'string'); $this->addType('customMessage', 'string'); $this->addType('clearAt', 'int'); $this->addType('isBackup', 'boolean'); $this->addType('statusMessageTimestamp', 'int'); } }