directMessagesShow() public method

public directMessagesShow ( string $id ) : array
$id string The ID of the direct message.
return array
Exemplo n.º 1
0
 /**
  * Tests Twitter->directMessagesShow()
  */
 public function testDirectMessagesShow()
 {
     $response = $this->twitter->directMessagesShow('264022285470547969');
     $this->isDirectMessage($response);
 }
Exemplo n.º 2
0
 /**
  * Tests Twitter->directMessagesShow()
  */
 public function testDirectMessagesShow()
 {
     $response = $this->twitter->directMessagesShow('283891767105953793');
     $this->isDirectMessage($response);
 }