TTMSFNCCloudGoogleYouTubeReply Class
Represents a single reply to a top-level comment, including the reply text and its author information.
API unit family: TMSFNCCloudGoogleYouTube
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleYouTubeReply = 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 reply. |
| AuthorImageUrl | URL of the author's avatar image. |
| CanRate | True when the authenticated viewer may rate the reply. |
| ID | Unique identifier of the reply. |
| LikeCount | Number of likes on the reply. |
| ParentID | Identifier of the top-level comment this reply belongs to. |
| PublishDate | Date and time the reply was published. |
| TextDisplay | Reply text formatted for display, which may contain markup. |
| TextOriginal | Original, unformatted reply text. |
| UpdateDate | Date and time the reply was last updated. |
| VideoID | Identifier of the video the reply belongs to. |
| ViewerRating | Rating the authenticated viewer has given the reply. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the reply fields from a JSON value returned by the service. |
| GetOwner | Returns the collection that owns this item. |