Interface WallRepostParams

interface WallRepostParams {
    group_id?: number;
    mark_as_ads?: number | boolean;
    message?: string;
    mute_notifications?: number | boolean;
    object: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

group_id?: number

Target community ID when reposting to a community.

mark_as_ads?: number | boolean
message?: string

Comment to be added along with the reposted object.

mute_notifications?: number | boolean
object: string

ID of the object to be reposted on the wall. Example: "wall66748_3675"

Generated using TypeDoc