Interface ContentData

The base for all the reddit object data types.

interface ContentData {
    createdUtc: number;
    id: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

createdUtc: number

The unix timestamp when this object was created.

id: string

The ID of this object.