Interface BaseCommentsInfo

interface BaseCommentsInfo {
    count: number;
    groups_can_post: number | boolean;
    list: WallWallComment[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Comments number

groups_can_post: number | boolean

Information whether groups can comment the post

Generated using TypeDoc