Interface BaseRepostsInfo

interface BaseRepostsInfo {
    count: number;
    mail_count: number;
    wall_count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total reposts counter. Sum of wall and mail reposts counters

mail_count: number

Mail reposts counter

wall_count: number

Wall reposts counter

Generated using TypeDoc