Interface VideoGetCommentsResponse

interface VideoGetCommentsResponse {
    can_post: number | boolean;
    count: number;
    current_level_count: number;
    groups_can_post: number | boolean;
    items: WallWallComment[];
    real_offset: number;
    show_reply_button: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

can_post: number | boolean

Information whether current user can comment the post

count: number

Total number

current_level_count: number

Count of replies of current level

groups_can_post: number | boolean

Information whether groups can comment the post

real_offset: number
show_reply_button: number | boolean

Generated using TypeDoc