Interface GroupsGetSettingsResponse

interface GroupsGetSettingsResponse {
    address: string;
    addresses: number | boolean;
    articles: number;
    city_id: number;
    city_name: string;
    country_id: number;
    country_name: string;
    description: string;
    email: string;
    event_group_id: number;
    finish_date: number;
    obscene_words: string[];
    phone: string;
    public_category: number;
    public_category_list: GroupsGroupPublicCategoryList[];
    public_date: string;
    public_date_label: string;
    public_subcategory: number;
    recognize_photo: number;
    rss: string;
    sections_list: BaseObject[];
    start_date: number;
    subject: number;
    subject_list: GroupsSubjectItem[];
    title: string;
    website: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

address: string

Community's page domain

addresses: number | boolean
articles: number

Articles settings

city_id: number

City id of group

city_name: string

City name of group

country_id: number

Country id of group

country_name: string

Country name of group

description: string

Community description

email: string

Community email

event_group_id: number
finish_date: number

Finish date in Unix-time format

obscene_words: string[]
phone: string

Community phone

public_category: number

Information about the group category

public_category_list: GroupsGroupPublicCategoryList[]
public_date: string
public_date_label: string
public_subcategory: number

Information about the group subcategory

recognize_photo: number

Photo suggests setting

rss: string

URL of the RSS feed

sections_list: BaseObject[]
start_date: number

Start date

subject: number

Community subject ID

subject_list: GroupsSubjectItem[]
title: string

Community title

website: string

Community website

Generated using TypeDoc