Skip to main content

Class: Reply

Represents a Reply

Hierarchy

Implements

  • ReplyProperties

Properties

author

author: BaseChannel

The comment's author

Implementation of

ReplyProperties.author


client

client: Client

An instance of Client

Implementation of

ReplyProperties.client

Inherited from

Base.client


comment

comment: Comment

The comment this reply belongs to

Implementation of

ReplyProperties.comment


content

content: string

The content of this comment

Implementation of

ReplyProperties.content


id

id: string

Implementation of

ReplyProperties.id


isAuthorChannelOwner

isAuthorChannelOwner: boolean

Whether the comment is posted by the video uploader / owner

Implementation of

ReplyProperties.isAuthorChannelOwner


likeCount

likeCount: number

How many likes does this comment have

Implementation of

ReplyProperties.likeCount


publishDate

publishDate: string

The publish date of the comment

Implementation of

ReplyProperties.publishDate


video

video: Video

The video this reply belongs to

Implementation of

ReplyProperties.video