Enums

This section contains the documentation of implemented enums used by methods to ensure sanitized arguments.

DistinguishmentOption

DistinguishmentOption is the enum used by distinguish() to distinguish submissions and comments with specific flags, or remove the distinguishment.

class apraw.models.DistinguishmentOption(value)

An enum for the distinguishment types.

  • YES | “yes”

  • NO | “no”

  • ADMIN | “admin”

  • SPECIAL | “special”