Interface AccountGetInfoParams

interface AccountGetInfoParams {
    fields?: "lang" | "country" | "https_required" | "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay" | ("lang" | "country" | "https_required" | "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay")[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

fields?: "lang" | "country" | "https_required" | "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay" | ("lang" | "country" | "https_required" | "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay")[]

Generated using TypeDoc