Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 643 Bytes

CommentsPage.md

File metadata and controls

17 lines (12 loc) · 643 Bytes

piped_api.model.CommentsPage

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
comments BuiltList<Comment> [optional]
nextpage String The parameter used to get the next page of comments. [optional]
disabled bool Whether or not comments are disabled on the video. [optional]

[Back to Model list] [Back to API list] [Back to README]