Interface GroupsGroup

interface GroupsGroup {
    deactivated: string;
    est_date: string;
    finish_date: number;
    id: number;
    name: string;
    photo_100: string;
    photo_200: string;
    photo_200_orig: string;
    photo_400: string;
    photo_400_orig: string;
    photo_50: string;
    photo_max: string;
    photo_max_orig: string;
    public_date_label: string;
    screen_name: string;
    start_date: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

deactivated: string

Information whether community is banned

est_date: string

Established date

finish_date: number

Finish date in Unixtime format

id: number

Community ID

name: string

Community name

photo_100: string

URL of square photo of the community with 100 pixels in width

photo_200: string

URL of square photo of the community with 200 pixels in width

photo_200_orig: string

URL of square photo of the community with 200 pixels in width original

photo_400: string

URL of square photo of the community with 400 pixels in width

photo_400_orig: string

URL of square photo of the community with 400 pixels in width original

photo_50: string

URL of square photo of the community with 50 pixels in width

photo_max: string

URL of square photo of the community with max pixels in width

photo_max_orig: string

URL of square photo of the community with max pixels in width original

public_date_label: string

Public date label

screen_name: string

Domain of the community page

start_date: number

Start date in Unixtime format

Generated using TypeDoc