Interface WallGetByIdParams

interface WallGetByIdParams {
    copy_history_depth?: number;
    extended?: number | boolean;
    fields?: BaseUserGroupFields[];
    posts?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

copy_history_depth?: number

Sets the number of parent elements to include in the array 'copy_history' that is returned if the post is a repost from another wall.

extended?: number | boolean

'1' - to return user and community objects needed to display posts, '0' - no additional fields are returned (default)

posts?: string | string[]

Generated using TypeDoc