Interface WidgetsCommentRepliesItem

interface WidgetsCommentRepliesItem {
    cid: number;
    date: number;
    text: string;
    uid: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

cid: number

Comment ID

date: number

Date when the comment has been added in Unixtime

text: string

Comment text

uid: number

User ID

Generated using TypeDoc