Interface GroupsGroupFull1

interface GroupsGroupFull1 {
    activity: string;
    addresses: GroupsAddressesInfo;
    age_limits: GroupsGroupFullAgeLimits;
    ban_info: GroupsGroupBanInfo;
    can_call_to_community: number | boolean;
    can_create_topic: BaseBoolInt;
    can_message: BaseBoolInt;
    can_post: BaseBoolInt;
    can_see_all_posts: BaseBoolInt;
    can_send_notify: BaseBoolInt;
    can_subscribe_podcasts: number | boolean;
    can_subscribe_posts: number | boolean;
    can_suggest: BaseBoolInt;
    can_upload_clip: BaseBoolInt;
    can_upload_doc: BaseBoolInt;
    can_upload_story: BaseBoolInt;
    can_upload_video: BaseBoolInt;
    city: BaseObject;
    clips_count: number;
    contacts: GroupsContactsItem[];
    counters: GroupsCountersGroup;
    country: BaseCountry;
    cover: BaseOwnerCover;
    crop_photo: BaseCropPhoto;
    description: string;
    fixed_post: number;
    has_group_channel: number | boolean;
    has_photo: BaseBoolInt;
    has_unseen_stories: number | boolean;
    invited_by: number;
    is_adult: BaseBoolInt;
    is_favorite: BaseBoolInt;
    is_hidden_from_feed: BaseBoolInt;
    is_messages_blocked: BaseBoolInt;
    is_subscribed: BaseBoolInt;
    is_subscribed_podcasts: number | boolean;
    links: GroupsLinksItem[];
    live_covers: GroupsLiveCovers;
    main_album_id: number;
    main_section: GroupsGroupFullSection;
    member_status: GroupsGroupFullMemberStatus;
    members_count: number;
    members_count_text: string;
    online_status: GroupsOnlineStatus;
    requests_count: number;
    secondary_section: GroupsGroupFullSection;
    site: string;
    status: string;
    status_audio: AudioAudio;
    stories_archive_count: number;
    textlives_count: number;
    trending: BaseBoolInt;
    video_live_count: number;
    video_live_level: number;
    wall: 0 | 2 | 1 | 3;
    wiki_page: string;
}

Properties

activity: string

Type of group, start date of event or category of public page

can_call_to_community: number | boolean

Information whether current user can call to community

can_create_topic: BaseBoolInt
can_message: BaseBoolInt
can_post: BaseBoolInt
can_see_all_posts: BaseBoolInt
can_send_notify: BaseBoolInt
can_subscribe_podcasts: number | boolean

Owner in whitelist or not

can_subscribe_posts: number | boolean

Can subscribe to wall

can_suggest: BaseBoolInt
can_upload_clip: BaseBoolInt
can_upload_doc: BaseBoolInt
can_upload_story: BaseBoolInt
can_upload_video: BaseBoolInt
clips_count: number

Number of community's clips

contacts: GroupsContactsItem[]
country: BaseCountry
crop_photo: BaseCropPhoto
description: string

Community description

fixed_post: number

Fixed post ID

has_group_channel: number | boolean
has_photo: BaseBoolInt
has_unseen_stories: number | boolean
invited_by: number

Inviter ID

is_adult: BaseBoolInt
is_favorite: BaseBoolInt
is_hidden_from_feed: BaseBoolInt
is_messages_blocked: BaseBoolInt
is_subscribed: BaseBoolInt
is_subscribed_podcasts: number | boolean

Information whether current user is subscribed to podcasts

live_covers: GroupsLiveCovers
main_album_id: number

Community's main photo album ID

members_count: number

Community members number

members_count_text: string

Info about number of users in group

online_status: GroupsOnlineStatus
requests_count: number

The number of incoming requests to the community

secondary_section: GroupsGroupFullSection
site: string

Community's website

status: string

Community status

status_audio: AudioAudio
stories_archive_count: number
textlives_count: number

Textlives number

trending: BaseBoolInt
video_live_count: number

Number of community's live streams

video_live_level: number

Community level live streams achievements

wall: 0 | 2 | 1 | 3

Information about wall status in community

wiki_page: string

Community's main wiki page title

Generated using TypeDoc