コード例 #1
0
 /**
  * Returns an array of user objects the authenticating user has muted.
  * 
  * Parameters :
  * - cursor
  * - include_entities
  * - skip_status
  *
  * @static 
  */
 public static function mutedUsers($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::mutedUsers($parameters);
 }