/** * {@inheritDoc} */ public function getChatId() { if ($this->__isInitialized__ === false) { return (int) parent::getChatId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getChatId', array()); return parent::getChatId(); }