Interface UpdateAnimationSearchParameters

The parameters of animation search through getOption("animation_search_bot_username") bot has changed. Subtype of Update.

interface UpdateAnimationSearchParameters {
    @type: "updateAnimationSearchParameters";
    emojis: string[];
    provider: string;
}

Properties

Properties

@type: "updateAnimationSearchParameters"
emojis: string[]

The new list of emojis suggested for searching.

provider: string

Name of the animation search provider.