Interface WallCreateCommentResponse

interface WallCreateCommentResponse {
    comment_id: number;
    parents_stack: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment_id: number

Created comment ID

parents_stack: number[]

Generated using TypeDoc