vk-io
    Preparing search index...

    Interface GroupsGetParams

    interface GroupsGetParams {
        count?: number;
        extended?: number | boolean;
        fields?: GroupsFields[];
        filter?: GroupsFilter[];
        offset?: number;
        user_id?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    count?: number

    Number of communities to return.

    extended?: number | boolean

    '1' - to return complete information about a user's communities, '0' - to return a list of community IDs without any additional fields (default),

    fields?: GroupsFields[]
    filter?: GroupsFilter[]
    offset?: number

    Offset needed to return a specific subset of communities.

    user_id?: number

    User ID.