vk-io
    Preparing search index...

    Interface PagesGetVersionParams

    interface PagesGetVersionParams {
        group_id?: number;
        need_html?: number | boolean;
        user_id?: number;
        version_id: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    group_id?: number

    ID of the community that owns the wiki page.

    need_html?: number | boolean

    '1' - to return the page as HTML

    user_id?: number
    version_id: number