Interface StoreGetStickersKeywordsResponse

interface StoreGetStickersKeywordsResponse {
    chunks_count: number;
    chunks_hash: string;
    count: number;
    dictionary: StoreStickersKeyword[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

chunks_count: number

Total count of chunks to load

chunks_hash: string

Chunks version hash

count: number
dictionary: StoreStickersKeyword[]

Generated using TypeDoc