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

The user specified in the id is blocked by the authenticated user and reported as a spammer.
public reportSpam ( string[optional] $screenName = null, string[optional] $userId = null ) : array
$screenName string[optional]
$userId string[optional]
Результат array
Пример #1
0
 /**
  * Tests Twitter->reportSpam()
  */
 public function testReportSpam()
 {
     $response = $this->twitter->reportSpam('FujitaKatsuhisa');
     $this->isUser($response);
 }