Twitter\Intents\Tweet::getRelated PHP Метод

getRelated() публичный Метод

Get related Twitter usernames
С версии: 1.0.0
public getRelated ( ) : array
Результат array { @type string username in lowercase @type string description of how the username relates to Tweet content }
    public function getRelated()
    {
        return $this->related;
    }