TTMSFNCCloudGoogleYouTubeCommentThread Class
Represents a top-level comment thread on a video, including the top comment text, author information and any replies.
API unit family: TMSFNCCloudGoogleYouTube
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleYouTubeCommentThread = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| AuthorChannelId | Identifier of the author's channel. |
| AuthorChannelUrl | URL of the author's channel. |
| AuthorDisplayName | Display name of the author of the top comment. |
| AuthorImageUrl | URL of the author's avatar image. |
| CanRate | True when the authenticated viewer may rate the comment. |
| CanReply | True when the thread accepts replies. |
| ID | Unique identifier of the comment thread. |
| IsPublic | True when the thread is publicly visible. |
| LikeCount | Number of likes on the top comment. |
| PublishDate | Date and time the top comment was published. |
| Replies | Replies posted to the top comment of the thread. |
| TextDisplay | Top comment text formatted for display, which may contain markup. |
| TextOriginal | Original, unformatted top comment text. |
| TotalReplyCount | Total number of replies in the thread. |
| UpdateDate | Date and time the top comment was last updated. |
| VideoID | Identifier of the video the thread belongs to. |
| ViewerRating | Rating the authenticated viewer has given the top comment. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the comment thread and its replies from a JSON value returned by the service. |
| GetOwner | Returns the collection that owns this item. |