コード例 #1
0
 /**
  * Mutes the user specified in the ID parameter for the authenticating user.
  * 
  * Parameters :
  * - screen_name
  * - user_id
  *
  * @static 
  */
 public static function muteUser($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::muteUser($parameters);
 }