Interface WallWallpostDonut

interface WallWallpostDonut {
    can_publish_free_copy: number | boolean;
    edit_mode: "all" | "duration";
    is_donut: number | boolean;
    paid_duration: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

can_publish_free_copy: number | boolean

Says whether group admin can post free copy of this donut post

edit_mode: "all" | "duration"

Says what user can edit in post about donut properties

is_donut: number | boolean

Post only for dons

paid_duration: number

Value of this field need to pass in wall.post/edit in donut_paid_duration

Generated using TypeDoc