Raw blog object containing a feed of comment summaries.

interface RawCommentsBlogSummary {
    version: string;
    encoding: string;
    feed: RawCommentsFeedSummary;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.