Interface WallWallpostFull1

interface WallWallpostFull1 {
    can_delete: BaseBoolInt;
    can_edit: BaseBoolInt;
    can_pin: BaseBoolInt;
    comments: BaseCommentsInfo;
    copy_history: WallWallpostFull[];
    created_by: number;
    donut: WallWallpostDonut;
    feedback: NewsfeedItemWallpostFeedback;
    hash: string;
    is_pinned: BaseBoolInt;
    marked_as_ads: BaseBoolInt;
    short_text_rate: number;
    to_id: number;
    topic_id: 0 | 1 | 16 | 32 | 7 | 12 | 19 | 21 | 23 | 25 | 43 | 26;
    type: WallPostType;
}

Properties

can_delete: BaseBoolInt
can_edit: BaseBoolInt
can_pin: BaseBoolInt
copy_history: WallWallpostFull[]
created_by: number

Post creator ID (if post still can be edited)

hash: string

Hash for sharing

is_pinned: BaseBoolInt
marked_as_ads: BaseBoolInt
short_text_rate: number

Preview length control parameter

to_id: number
topic_id: 0 | 1 | 16 | 32 | 7 | 12 | 19 | 21 | 23 | 25 | 43 | 26

Topic ID. Allowed values can be obtained from newsfeed.getPostTopics method

Generated using TypeDoc