Exemplo n.º 1
0
 /**
  * Returns a single direct message, specified by an id parameter. Like the /1.1/direct_messages.format request, this method will include the user objects of the sender and recipient.
  * 
  * Parameters :
  * - id
  *
  * @static 
  */
 public static function getDm($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getDm($parameters);
 }