| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Comment id (`t1_*` fullname). | |
| text | String | ||
| created_at | String | ||
| score | Float | ||
| author_name | String | ||
| is_locked | Boolean |
require 'unifapi'
instance = Unifapi::RedditComment.new(
id: null,
text: null,
created_at: null,
score: null,
author_name: null,
is_locked: null
)