directMessagesShow() public method

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