Longman\TelegramBot\Commands\SystemCommands\NewchattitleCommand::execute PHP Method

execute() public method

Command execute method
public execute ( ) : mixed
return mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$new_chat_title = $message->getNewChatTitle();
        return parent::execute();
    }
NewchattitleCommand