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