Interface AppsApp1

interface AppsApp1 {
    author_url: string;
    banner_1120: string;
    banner_560: string;
    catalog_position: number;
    description: string;
    friends: number[];
    genre: string;
    genre_id: number;
    icon_16: string;
    international: number | boolean;
    is_in_catalog: number;
    is_new: BaseBoolInt;
    leaderboard_type: AppsAppLeaderboardType;
    members_count: number;
    platform_id: string;
    published_date: number;
    push_enabled: BaseBoolInt;
    screen_name: string;
    section: string;
}

Properties

author_url: string

Application author's URL

banner_1120: string

URL of the app banner with 1120 px in width

banner_560: string

URL of the app banner with 560 px in width

catalog_position: number

Catalog position

description: string

Application description

friends: number[]
genre: string

Genre name

genre_id: number

Genre ID

icon_16: string

URL of the app icon with 16 px in width

international: number | boolean

Information whether the application is multilanguage

is_in_catalog: number

Information whether application is in mobile catalog

is_new: BaseBoolInt
leaderboard_type: AppsAppLeaderboardType
members_count: number

Members number

platform_id: string

Application ID in store

published_date: number

Date when the application has been published in Unixtime

push_enabled: BaseBoolInt
screen_name: string

Screen name

section: string

Application section name

Generated using TypeDoc