Interface AccountSetInfoParams

interface AccountSetInfoParams {
    name?: "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay";
    value?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

name?: "own_posts_default" | "no_wall_replies" | "intro" | "audio_autoplay"

Setting name.

value?: string

Setting value.

Generated using TypeDoc