Interface MarketRestoreCommentParams

interface MarketRestoreCommentParams {
    comment_id: number;
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

comment_id: number

deleted comment id

owner_id: number

identifier of an item owner community, "Note that community id in the 'owner_id' parameter should be negative number. For example 'owner_id'=-1 matches the [vk.com/apiclub|VK API] community "

Generated using TypeDoc