Twitter\Intents\Tweet::getRelated PHP Method

getRelated() public method

Get related Twitter usernames
Since: 1.0.0
public getRelated ( ) : array
return array { @type string username in lowercase @type string description of how the username relates to Tweet content }
    public function getRelated()
    {
        return $this->related;
    }