Interface WallGetCommentParams

interface WallGetCommentParams {
    comment_id: number;
    extended?: number | boolean;
    fields?: BaseUserGroupFields[];
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment_id: number

Comment ID.

extended?: number | boolean
owner_id?: number

User ID or community ID. Use a negative value to designate a community ID.

Generated using TypeDoc