mapdev\FacebookMessenger\Traits\HasTitle::title PHP Method

title() public method

public title ( $title )
    public function title($title)
    {
        $this->title = $title;
        return $this;
    }
HasTitle