Example #1
0
 /**
  * Returns an array of numeric user ids the authenticating user has muted.
  * 
  * Parameters :
  * - cursor
  *
  * @static 
  */
 public static function mutedUserIds($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::mutedUserIds($parameters);
 }