Interface AppWidgetsGetAppImagesParams

interface AppWidgetsGetAppImagesParams {
    count?: number;
    image_type?: "160x160" | "160x240" | "24x24" | "50x50" | "510x128";
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

Maximum count of results.

image_type?: "160x160" | "160x240" | "24x24" | "50x50" | "510x128"
offset?: number

Offset needed to return a specific subset of images.

Generated using TypeDoc