RedditModReport

about_RedditModReport

SHORT DESCRIPTION

Describes the RedditModReport Class

LONG DESCRIPTION

A moderator report for a comment or submission.

The RedditModReport class is imported automatically when you import the PSRAW module.

Constructors

RedditModReport(Object[] InputObjects)

Creates a RedditModReport from an array.

[RedditModReport]::new([Object[]]$InputObjects)

Properties

Moderator

The reporting Moderator's Reddit username.

Name: Moderator
Type: String
Hidden: False
Static: False

Reason

The reason for the report.

Name: Reason
Type: String
Hidden: False
Static: False

Methods

EXAMPLES

$RedditModReport = [RedditModReport]@('Breaks Rule 12', 'markekraus')

SEE ALSO

about_RedditModReport

about_RedditComment

https://www.reddit.com/wiki/api

https://psraw.readthedocs.io/