whoCanView property

int? get whoCanView

Information about who can view the wiki page:

  • 2 — everyone can view the page;
  • 1 — community members only;
  • 0 — community leaders only.

Implementation

int? get whoCanView => payload['who_can_view'];