Exemplo n.º 1
0
 /**
  * Returns the 20 most recent direct messages sent by the authenticating user. Includes detailed information about the sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of 800 outgoing DMs.
  * 
  * Parameters :
  * - since_id
  * - max_id
  * - count (1-200)
  * - page
  * - include_entities (0|1)
  *
  * @static 
  */
 public static function getDmsOut($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getDmsOut($parameters);
 }