en-US/about_RedditUserReport.help.txt
TOPIC
about_reddituserreport SHORT DESCRIPTION Describes the RedditUserReport Class LONG DESCRIPTION `RedditUserReport` represent reports made by a users on a link or comment. These will only be visible to subreddit moderators. The `RedditUserReport` Class is imported automatically when you import the PSRAW module. CONSTRUCTORS RedditUserReport(Object[] InputObjects) Creates `RedditUserReport` from an object array [RedditUserReport]::new([Object[]]$InputObjects) PROPERTIES Count The number of times this reason has been reported Name: Count Type: Int64 Hidden: False Static: False Reason The reason provided by the user(s). Name: Reason Type: String Hidden: False Static: False METHODS EXAMPLES [RedditUserReport]@{ Reason = 'Spam' Count = 5 } SEE ALSO about_RedditUserReport about_RedditComment https://www.reddit.com/wiki/api https://psraw.readthedocs.io/ |