| Name |
Type |
Description |
Notes |
| id |
String |
Subreddit slug (URL form without `r/`). |
|
| subreddit_t5_id |
String |
Reddit internal subreddit id (`t5_*` fullname). |
|
| name |
String |
|
|
| prefixed_name |
String |
Display form like `r/pics`. |
|
| title |
String |
|
|
| description |
String |
|
|
| subscribers_count |
Float |
|
|
| active_count |
Float |
|
|
| is_nsfw |
Boolean |
|
|
require 'unifapi'
instance = Unifapi::RedditSubreddit.new(
id: null,
subreddit_t5_id: null,
name: null,
prefixed_name: null,
title: null,
description: null,
subscribers_count: null,
active_count: null,
is_nsfw: null
)