piped_dart/doc/Comment.md

1.4 KiB

piped_api.model.Comment

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
author String The name of the author of the comment. [optional]
thumbnail String The thumbnail/avatar of the author of the comment. [optional]
commentId String The ID of the comment. [optional]
commentText String The text of the comment. [optional]
commentedTime String The relative time the comment was made. [optional]
commentorUrl String The relative URL of the author of the comment. [optional]
repliesPage String The parameter used as the nextpage to fetch replies for this comment. [optional]
likeCount int The number of likes the comment has. [optional]
replyCount int The number of replies the comment has. [optional]
hearted bool Whether the comment was hearted by the video's uploader. [optional]
pinned bool Whether the comment was pinned by the video's uploader. [optional]
verified bool Whether the author of the comment is verified. [optional]

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